Skip to content

Commit

Permalink
fix regression with update state and staking
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala committed Aug 4, 2023
1 parent 7921653 commit 8632327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/parser_impl.c
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ parser_error_t _validateTx(__Z_UNUSED const parser_context_t *c, const parser_tx
}

sender = v->tx_fields.stateRead.sender.data;
break;
return parser_ok;
}
default: {
zemu_log_stack("unsupported tx");
Expand Down

0 comments on commit 8632327

Please sign in to comment.