Skip to content

Commit

Permalink
Merge branch 'release-0.2.0' of https://github.com/zenon-network/syrius
Browse files Browse the repository at this point in the history
… into release-0.2.0
  • Loading branch information
KingGorrin committed Mar 14, 2024
2 parents e8788a1 + cb9a6c5 commit 95e78e9
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 95e78e9

Please sign in to comment.