You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/examples/src/pauseableUdt/pause.ts
+2-17Lines changed: 2 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -97,24 +97,9 @@ const pudtnPauseTx = (
97
97
[targetReceiverBScript.hash()],
98
98
)
99
99
).res;
100
-
awaitrender(pudtnPauseTx);
101
100
102
101
awaitpudtPauseTx.completeFeeBy(signer);
103
102
awaitpudtnPauseTx.completeFeeBy(signer);
104
-
// NOTE: This would fail for 36 ("Nothing To DO") if run again because it's already paused and it would be deduped. Run unpause before pausing them again
0 commit comments