diff --git a/lib/plugins/wallet/geth/base.js b/lib/plugins/wallet/geth/base.js index 5d2ae84b..0aabacb8 100644 --- a/lib/plugins/wallet/geth/base.js +++ b/lib/plugins/wallet/geth/base.js @@ -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 => {