added more logging

This commit is contained in:
julian 2023-03-03 11:36:28 -06:00
parent 23d38ef4d9
commit b617b3e5e0

View file

@ -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;