From 1fec77f46794b928cf5ccc06bd5ec63f8058be71 Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Wed, 20 Mar 2019 11:57:47 -0400 Subject: [PATCH] Add elements transaction unit test data to EXTRA_DIST --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 570791a64b..291e09c535 100644 --- a/Makefile.am +++ b/Makefile.am @@ -269,6 +269,8 @@ EXTRA_DIST += \ test/util/data/txcreatesignv1.hex \ test/util/data/txcreatesignv1.json \ test/util/data/txcreatesignv2.hex \ + test/util/data/txcreatemultisig4_elements.hex \ + test/util/data/txcreatemultisig4_elements.json \ test/util/rpcauth-test.py CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER)