fix: ETH balance
This commit is contained in:
parent
a08e0fbbcc
commit
82e85033df
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ function checkCryptoCode (cryptoCode) {
|
|||
|
||||
function balance (account, cryptoCode) {
|
||||
return checkCryptoCode(cryptoCode)
|
||||
.then(() => pendingBalance(defaultAddress(account)))
|
||||
.then(() => confirmedBalance(defaultAddress(account)))
|
||||
}
|
||||
|
||||
const pendingBalance = address => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue