This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from keep-network/helpers
Touchups ## Add `getSignerFee` helper to Deposit. This line in tbtc-dapp[1] fails with the new web3 tbtc.js. The new method call would be deposit.methods.signerFee().call(), although the line above uses a helper - I figure we should use one here too. ## Convert redemptionCost BN to string I found this while investigating a redemption bug reported in Discord. I didn't test this less-travelled code path of redemption. [1] https://github.com/keep-network/tbtc-dapp/blob/b3cfbe418cf532a3bd2747ffce1740bc41c82650/src/sagas/deposit.js#L78
- Loading branch information