Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
finalized events
Browse files Browse the repository at this point in the history
  • Loading branch information
statictype committed Jul 5, 2023
1 parent ac423e2 commit 668d1ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/src/api/cancel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export async function cancel(
.signed(signature({ sender }))
.sent()
.dbgStatus("Cancel")
.inBlockEvents()
.finalizedEvents()
.unhandleFailed()
.pipe(<X>(...[events]: RunicArgs<X, [any[]]>) => {
cb({ type: "loading" })
Expand Down
2 changes: 1 addition & 1 deletion www/src/api/ratify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export async function ratify(
.signed(signature({ sender }))
.sent()
.dbgStatus("Ratify")
.inBlockEvents()
.finalizedEvents()
.unhandleFailed()
.pipe(<X>(...[events]: RunicArgs<X, [any[]]>) => {
cb({ type: "loading" })
Expand Down

0 comments on commit 668d1ef

Please sign in to comment.