Skip to content

Commit

Permalink
Ensure that the seeking of convert descriptions starts from zero.
Browse files Browse the repository at this point in the history
  • Loading branch information
murisi committed Sep 29, 2024
1 parent 5af60bd commit de1ced9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,7 @@ parser_error_t checkConverts(const parser_tx_t *txObj, parser_context_t *builder
}

builder_converts_ctx->offset = 0;
tx_converts_ctx->offset = 0;
}
return parser_ok;
}
Expand Down

0 comments on commit de1ced9

Please sign in to comment.