mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo-client.git
synced 2026-09-22 17:22:02 -07:00
Merge pull request #24 from Permissionless-Software-Foundation/ct-unstable
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