Skip to content

Commit

Permalink
feat: small bug fix for wallet connect
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Aug 25, 2023
1 parent cfc5bb2 commit b66f916
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,11 +344,6 @@ class SignPayloadCubit extends Cubit<SignPayloadState> {
),
);
}

if (connectionBridgeType == ConnectionBridgeType.walletconnect) {
walletConnectCubit.completer[walletConnectCubit.completer.length - 1]!
.complete('Failed');
}
}
}

Expand Down

0 comments on commit b66f916

Please sign in to comment.