We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a686d01 commit 305b47cCopy full SHA for 305b47c
1 file changed
src/background/services/wallet.ts
@@ -80,6 +80,7 @@ export class WalletService {
80
autoKeyAddConsent,
81
} = params;
82
83
+ await this.generateKeys();
84
await this.openPaymentsService.initClient(walletAddress.id);
85
86
const browser = this.browser;
0 commit comments