Skip to content

Commit

Permalink
Fixes pairing detection
Browse files Browse the repository at this point in the history
  • Loading branch information
douglance committed Jun 23, 2022
1 parent f7ef2be commit 43eb43e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/functions/pair.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export async function pair ({ pairingSecret, client }: PairRequestParams) {
client.sharedSecret,
);

client.isPaired = true
client.ephemeralPub = newEphemeralPub;

// Try to get the active wallet once pairing is successful
Expand Down

0 comments on commit 43eb43e

Please sign in to comment.