interlay / interbtc-api

interBTC TypeScript SDK

Home Page:https://app.interlay.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create additional unit test for getBlockRewardAPY

bvotteler opened this issue · comments

A recent change has been made to this function to return a rejected promise if globalStake is 0 (see #414)

We still want an additional unit test for the rejection case.