mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex-taker-v2.git
synced 2026-09-21 16:52:01 -07:00
linting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user