Skip to content

Commit 19125db

Browse files
committed
increment number of allowed sections
1 parent d0a820e commit 19125db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/parser_impl_txn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ parser_error_t readSections(parser_context_t *ctx, parser_tx_t *v) {
12521252
}
12531253
CHECK_ERROR(readUint32(ctx, &v->transaction.sections.sectionLen))
12541254

1255-
if (v->transaction.sections.sectionLen > 7) {
1255+
if (v->transaction.sections.sectionLen > 8) {
12561256
return parser_invalid_output_buffer;
12571257
}
12581258
v->transaction.isMasp = false;

0 commit comments

Comments
 (0)