diff --git a/lib/services/coins/ethereum/ethereum_wallet.dart b/lib/services/coins/ethereum/ethereum_wallet.dart index 367011c51..fc9de7bc7 100644 --- a/lib/services/coins/ethereum/ethereum_wallet.dart +++ b/lib/services/coins/ethereum/ethereum_wallet.dart @@ -1069,7 +1069,7 @@ class EthereumWallet extends CoinServiceAPI with WalletCache, WalletDB { bool isIncoming; bool txFailed = false; if (checksumEthereumAddress(element.from) == thisAddress) { - if (element.isError != 0) { + if (element.isError) { txFailed = true; } isIncoming = false;