Merge pull request #24 from Permissionless-Software-Foundation/ct-unstable

fix(minimal-slp-wallet): updating to v5.10.0
This commit is contained in:
Chris Troutner
2023-06-06 09:33:06 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -66,7 +66,7 @@ class GetBalance extends React.Component {
balance: (<span>Retrieving balance... <Spinner animation='border' /></span>)
})
const balance = await this.state.wallet.getBalance(textInput)
const balance = await this.state.wallet.getBalance({ bchAddress: textInput })
console.log('balance: ', balance)
const bchBalance = this.state.wallet.bchjs.BitcoinCash.toBitcoinCash(balance)