fix(minimal-slp-wallet): updating to v5.10.0

This commit is contained in:
Chris Troutner
2023-06-06 09:32:25 -07:00
parent c3d09d3d4b
commit 343be5b99b
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)