Skip to content

Commit 4f8c626

Browse files
committed
add merkle multi proof
1 parent 5b04f2b commit 4f8c626

6 files changed

Lines changed: 31 additions & 356 deletions

File tree

app/src/parser_impl.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ parser_error_t _read(parser_context_t *c, parser_tx_t *v) {
2525

2626
// CHECK_ERROR(metadata_read(c, v));
2727
// CHECK_ERROR(unsigned_transaction_read(c, v));
28-
// CHECK_ERROR(merkle_proofs_read(c, v));
29-
CHECK_ERROR(merkle_multi_proofs_read(c, v));
28+
CHECK_ERROR(merkle_proofs_read(c, v));
3029

3130
return parser_ok;
3231
}

0 commit comments

Comments
 (0)