Skip to content

Commit 305b47c

Browse files
authored
fix(bg/wallet): generate keys if not present before connecting (#1181)
1 parent a686d01 commit 305b47c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/background/services/wallet.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export class WalletService {
8080
autoKeyAddConsent,
8181
} = params;
8282

83+
await this.generateKeys();
8384
await this.openPaymentsService.initClient(walletAddress.id);
8485

8586
const browser = this.browser;

0 commit comments

Comments
 (0)