This commit is contained in:
Chris Troutner
2023-06-06 09:32:57 -07:00
parent 343be5b99b
commit 1b47eb6f82
+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({bchAddress: textInput})
const balance = await this.state.wallet.getBalance({ bchAddress: textInput })
console.log('balance: ', balance)
const bchBalance = this.state.wallet.bchjs.BitcoinCash.toBitcoinCash(balance)