Skip to content

Commit

Permalink
Merge branch 'main' into bug-iframe-navigate-notMonetized
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Jan 13, 2025
2 parents 7298393 + e1f2641 commit d632e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/services/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export class WalletService {

try {
// add key to wallet and try again
this.retryAddPublicKeyToWallet(walletAddress);
await this.retryAddPublicKeyToWallet(walletAddress);
await this.storage.setState({ key_revoked: false });
} catch (error) {
this.setConnectStateError(error);
Expand Down

0 comments on commit d632e51

Please sign in to comment.