aboutsummaryrefslogtreecommitdiff
path: root/test/fuzz
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2019-12-19 19:26:42 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2019-12-19 20:20:05 +0000
commitbcad0144eff3192cb54f65fa7737be53e03f8b0f (patch)
tree54fc0519bf9694237147fa6fcb504bd852fe855d /test/fuzz
parent3e949380725ca32be6c9812a926727b0a45723a9 (diff)
downloadbitcoin-bcad0144eff3192cb54f65fa7737be53e03f8b0f.tar.xz
tests: Add fuzzing harness for DecodeHexTx(...)
Diffstat (limited to 'test/fuzz')
-rwxr-xr-xtest/fuzz/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuzz/test_runner.py b/test/fuzz/test_runner.py
index bbdd047465..9027311a8b 100755
--- a/test/fuzz/test_runner.py
+++ b/test/fuzz/test_runner.py
@@ -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",