Skip to content

Commit

Permalink
[BUG] binding this in SDK (#51)
Browse files Browse the repository at this point in the history
* this and that

* uncomment

* revert more
  • Loading branch information
fan-zhang-sv authored and bangtoven committed Feb 9, 2024
1 parent 18bdde4 commit 4327085
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/wallet-sdk/src/connector/scw/SCWConnector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ export class SCWConnector implements Connector {
this.appLogoUrl = options.appLogoUrl;
this.puc = options.puc;
this.keyStorage = options.keyStorage;
this.createRequestMessage = this.createRequestMessage.bind(this);
this.decodeResponseMessage = this.decodeResponseMessage.bind(this);
}

public async handshake(): Promise<AddressString[]> {
Expand Down

0 comments on commit 4327085

Please sign in to comment.