fix: ETH balance

This commit is contained in:
Sérgio Salgado 2021-02-16 18:07:23 +00:00 committed by Josh Harvey
parent a08e0fbbcc
commit 82e85033df

View file

@ -68,7 +68,7 @@ function checkCryptoCode (cryptoCode) {
function balance (account, cryptoCode) { function balance (account, cryptoCode) {
return checkCryptoCode(cryptoCode) return checkCryptoCode(cryptoCode)
.then(() => pendingBalance(defaultAddress(account))) .then(() => confirmedBalance(defaultAddress(account)))
} }
const pendingBalance = address => { const pendingBalance = address => {