diff --git a/lib/services/coins/ethereum/ethereum_wallet.dart b/lib/services/coins/ethereum/ethereum_wallet.dart index e3c7028a0..523148c4c 100644 --- a/lib/services/coins/ethereum/ethereum_wallet.dart +++ b/lib/services/coins/ethereum/ethereum_wallet.dart @@ -601,6 +601,11 @@ class EthereumWallet extends CoinServiceAPI with WalletCache, WalletDB { break; } } + } else { + Logging.instance.log( + " refreshIfThereIsNewData get eth transactions failed: ${response.exception}", + level: LogLevel.Error, + ); } } return needsRefresh;