From 94feaf2b66d68b3c849375e1d9d3a81c17cd2045 Mon Sep 17 00:00:00 2001 From: Kashif Smith <1489460+kashifs@users.noreply.github.com> Date: Thu, 7 Dec 2023 04:41:00 -0500 Subject: tests: Add unit tests for bitcoin-tx replaceable command --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c50421dfc3..eec498dc0e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) -- cgit v1.2.3