Skip to content

Commit ab0c553

Browse files
committed
fix: change state from oraiBridgeTimeOut to checkAutoForward on done instead
1 parent f1a596d commit ab0c553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ibc-routing/src/intepreters/evm.intepreter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export const createEvmIntepreter = (db: DuckDB) => {
116116
// rejected promise data is on event.data property
117117
actions: (ctx, event) => console.log("error on handling oraibridge timeout", event.data)
118118
},
119-
onDone: "storeAutoForward"
119+
onDone: "checkAutoForward"
120120
}
121121
},
122122
queryAutoForward: {

0 commit comments

Comments
 (0)