mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
added more logging
This commit is contained in:
parent
23d38ef4d9
commit
b617b3e5e0
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue