Skip to content

Commit

Permalink
Revert "fix: awaits sending session proposal before returning connect…
Browse files Browse the repository at this point in the history
…ion URI to avoid cases where publish might be delayed or fail"

This reverts commit 89cf1af.
  • Loading branch information
Gancho Radkov committed Jan 5, 2024
1 parent 89cf1af commit 7b8942c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/sign-client/src/controllers/engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ export class Engine extends IEngine {
topic,
method: "wc_sessionPropose",
params: proposal,
throwOnFailedPublish: true,
});

const expiry = calcExpiry(FIVE_MINUTES);
Expand Down

0 comments on commit 7b8942c

Please sign in to comment.