tests: Add unit tests for bitcoin-tx replaceable command

This commit is contained in:
Kashif Smith
2023-12-07 04:41:00 -05:00
parent c2b836b119
commit 94feaf2b66
6 changed files with 87 additions and 1 deletions

View File

@@ -310,6 +310,10 @@ EXTRA_DIST += \
test/util/data/txcreatesignv1.hex \
test/util/data/txcreatesignv1.json \
test/util/data/txcreatesignv2.hex \
test/util/data/txreplace1.hex \
test/util/data/txreplacenoinputs.hex \
test/util/data/txreplaceomittedn.hex \
test/util/data/txreplacesingleinput.hex \
test/util/rpcauth-test.py
CLEANFILES = $(OSX_ZIP) $(BITCOIN_WIN_INSTALLER)