mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
get rid of incorrect fatal error
This commit is contained in:
parent
0a18f6ba31
commit
6cc0feb025
1 changed files with 0 additions and 1 deletions
|
@ -1990,7 +1990,6 @@ class EpicCashWallet extends CoinServiceAPI {
|
|||
|
||||
Future<bool> refreshIfThereIsNewData() async {
|
||||
if (_hasCalledExit) return false;
|
||||
Logging.instance.log("Can we do this here?", level: LogLevel.Fatal);
|
||||
// TODO returning true here signals this class to call refresh() after which it will fire an event that notifies the UI that new data has been fetched/found for this wallet
|
||||
return true;
|
||||
// TODO: do a quick check to see if there is any new data that would require a refresh
|
||||
|
|
Loading…
Reference in a new issue