diff options
author | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2021-12-15 16:09:57 +0100 |
---|---|---|
committer | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2021-12-29 21:25:09 +0100 |
commit | 8bd34dc774788cbf3cad8e139542a0ed9f3e8bb4 (patch) | |
tree | 5a3dcbfec29f851228af28b6aaaa9a51e490f31d /Makefile.am | |
parent | c337b27d7cfd468048bcf816e585a1f7d59e066d (diff) |
test: check that bitcoin-tx detects missing input amount for segwit transactions
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9f50e51ce0..3227e0b900 100644 --- a/Makefile.am +++ b/Makefile.am @@ -336,6 +336,7 @@ EXTRA_DIST += \ test/util/data/txcreatescript4.json \ test/util/data/txcreatescript5.hex \ test/util/data/txcreatescript6.hex \ + test/util/data/txcreatesignsegwit1.hex \ test/util/data/txcreatesignv1.hex \ test/util/data/txcreatesignv1.json \ test/util/data/txcreatesignv2.hex \ |