tests: Add fuzzing harness for DecodeHexTx(...)

This commit is contained in:
practicalswift
2019-12-19 19:26:42 +00:00
parent 3e94938072
commit bcad0144ef
3 changed files with 39 additions and 0 deletions

View File

@ -20,6 +20,7 @@ FUZZERS_MISSING_CORPORA = [
"block_file_info_deserialize",
"block_filter_deserialize",
"block_header_and_short_txids_deserialize",
"decode_tx",
"fee_rate_deserialize",
"flat_file_pos_deserialize",
"hex",