Skip to content

Commit

Permalink
fix: onPairingDelete refresh pairingsBloc
Browse files Browse the repository at this point in the history
  • Loading branch information
alienc0der committed Jul 28, 2023
1 parent 3716c07 commit 9a2359a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/services/wallet_connect_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ class WalletConnectService {
_wcClient!.core.pairing.onPairingDelete.subscribe((args) {
Logger('WalletConnectService')
.log(Level.INFO, 'onPairingDelete triggered', args.toString());
sl.get<WalletConnectPairingsBloc>().refreshResults();
});

_wcClient!.core.pairing.onPairingExpire.subscribe((args) {
Expand Down

0 comments on commit 9a2359a

Please sign in to comment.