Skip to content

Commit

Permalink
fix(txs-tracer-core): 🐛 fix increase step
Browse files Browse the repository at this point in the history
fixed increase step action on ibc trace machine.
  • Loading branch information
DavideSegullo committed Mar 7, 2023
1 parent 3c8f48c commit dd1ac1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export const ibcTraceMachine = createMachine(
},
},
complete: {
entry: ['increateStep'],
entry: ['increaseStep'],
type: 'final',
},
error: {
Expand Down

0 comments on commit dd1ac1e

Please sign in to comment.