diff --git a/lib/services/ethereum/ethereum_token_service.dart b/lib/services/ethereum/ethereum_token_service.dart index b00551854..ebe55c73e 100644 --- a/lib/services/ethereum/ethereum_token_service.dart +++ b/lib/services/ethereum/ethereum_token_service.dart @@ -507,9 +507,13 @@ class EthTokenWallet extends ChangeNotifier with EthTokenCache { } else if (toAddress == addressString) { isIncoming = true; } else { - throw Exception("Unknown token transaction found for " - "${ethWallet.walletName} ${ethWallet.walletId}: " - "${tuple.item1.toString()}"); + // ignore for now I guess since anything here is not reflected in + // balance anyways + continue; + + // throw Exception("Unknown token transaction found for " + // "${ethWallet.walletName} ${ethWallet.walletId}: " + // "${tuple.item1.toString()}"); } final txn = Transaction(