diff --git a/src/bridge/EthereumJSBridge.js b/src/bridge/EthereumJSBridge.js index a91229a8..b97ade37 100644 --- a/src/bridge/EthereumJSBridge.js +++ b/src/bridge/EthereumJSBridge.js @@ -199,7 +199,7 @@ const EthereumBridge: WalletBridge = { const freshAddress = address const accountId = `ethereumjs:${currency.id}:${address}:${publicKey}` - if (txs.length === 0) { + if (txs.length === 0 && balance.isZero()) { // this is an empty account if (isStandard) { if (newAccountCount === 0) {