Skip to content

Commit

Permalink
fix: init on secondary
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccoSordo committed Sep 20, 2024
1 parent 95bc756 commit 671da69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/beacon-dapp/src/dapp-client/DAppClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,10 @@ export class DAppClient extends Client {
}

private async handlePairingRequest(recipient: string) {
if (!this.multiTabChannel.isLeader) {
return
}

await this.initInternalTransports()

this.walletConnectTransport
Expand Down

0 comments on commit 671da69

Please sign in to comment.