Skip to content

Commit

Permalink
fix(txs-tracer-core): 🐛 fix ibc trace machine types
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSegullo committed Apr 12, 2023
1 parent 239a511 commit a0f7995
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const ibcTraceMachine = createMachine(
actions: choose<
IBCTraceContext,
DoneInvokeEvent<TxTraceDataResponse>,
DoneInvokeEvent<IBCTraceAckEventPayload>
DoneInvokeEvent<IBCTraceAckEventPayload | TxTraceDataResponse>
>([
{
cond: (_, event) => {
Expand Down

0 comments on commit a0f7995

Please sign in to comment.