Skip to content

Commit 69e93c7

Browse files
committed
Ensure that the seeking of convert descriptions starts from zero.
1 parent 76b17c0 commit 69e93c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/crypto.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,7 @@ parser_error_t checkConverts(const parser_tx_t *txObj, parser_context_t *builder
855855
}
856856

857857
builder_converts_ctx->offset = 0;
858+
tx_converts_ctx->offset = 0;
858859
}
859860
return parser_ok;
860861
}

0 commit comments

Comments
 (0)