Skip to content

Commit

Permalink
Add setupListener
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Jul 20, 2021
1 parent b3dbe6d commit f51d1f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk/src/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ export class NxtpSdk {

public establishListeners(): void {
this.transactionManager.establishListeners();
this.setupListeners();
}

public removeAllListeners(): void {
Expand Down

0 comments on commit f51d1f4

Please sign in to comment.