mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo-client.git
synced 2026-09-21 16:52:02 -07:00
fix(minimal-slp-wallet): updating to v5.10.0
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user