Skip to content

Commit

Permalink
fix: change state from oraiBridgeTimeOut to checkAutoForward on done …
Browse files Browse the repository at this point in the history
…instead
  • Loading branch information
perfogic committed May 16, 2024
1 parent f1a596d commit ab0c553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ibc-routing/src/intepreters/evm.intepreter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const createEvmIntepreter = (db: DuckDB) => {
// rejected promise data is on event.data property
actions: (ctx, event) => console.log("error on handling oraibridge timeout", event.data)
},
onDone: "storeAutoForward"
onDone: "checkAutoForward"
}
},
queryAutoForward: {
Expand Down

0 comments on commit ab0c553

Please sign in to comment.