We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b04f2b commit 4f8c626Copy full SHA for 4f8c626
6 files changed
app/src/parser_impl.c
@@ -25,8 +25,7 @@ parser_error_t _read(parser_context_t *c, parser_tx_t *v) {
25
26
// CHECK_ERROR(metadata_read(c, v));
27
// CHECK_ERROR(unsigned_transaction_read(c, v));
28
- // CHECK_ERROR(merkle_proofs_read(c, v));
29
- CHECK_ERROR(merkle_multi_proofs_read(c, v));
+ CHECK_ERROR(merkle_proofs_read(c, v));
30
31
return parser_ok;
32
}
0 commit comments