Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Oct 2, 2024
1 parent c704758 commit 6ffb2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/background/services/openPayments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,13 +394,13 @@ export class OpenPaymentsService {
autoKeyAdd
) {
if (!KeyAutoAddService.supports(walletAddress)) {
this.setConnectState('error');
this.updateConnectStateError(error);
throw new ErrorWithKey(
'connectWalletKeyService_error_notImplemented',
);
}
if (!autoKeyAddConsent) {
this.setConnectState('error');
this.updateConnectStateError(error);
throw new ErrorWithKey('connectWalletKeyService_error_noConsent');
}

Expand Down

0 comments on commit 6ffb2e1

Please sign in to comment.