Skip to content

Commit

Permalink
Remove double error notification
Browse files Browse the repository at this point in the history
  • Loading branch information
KingGorrin committed Mar 14, 2024
1 parent ba8e838 commit b664d7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/blocs/auto_receive_tx_worker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ class AutoReceiveTxWorker extends BaseBloc<WalletNotification> {
if (pool.isNotEmpty) {
pool.removeFirst();
}
} else {
_sendErrorNotification(e.toString());
}
} catch (e, stackTrace) {
Logger('AutoReceiveTxWorker')
Expand Down

0 comments on commit b664d7b

Please sign in to comment.