TransactionBuilder with support for creating Sapling-only transactions

This commit is contained in:
Jack Grigg
2018-07-17 10:36:38 -06:00
parent 70a7535ae8
commit e691e21f40
6 changed files with 327 additions and 2 deletions

View File

@@ -199,6 +199,7 @@ BITCOIN_CORE_H = \
timedata.h \
tinyformat.h \
torcontrol.h \
transaction_builder.h \
txdb.h \
txmempool.h \
ui_interface.h \
@@ -384,6 +385,7 @@ libbitcoin_common_a_SOURCES = \
script/script_error.cpp \
script/sign.cpp \
script/standard.cpp \
transaction_builder.cpp \
$(BITCOIN_CORE_H) \
$(LIBZCASH_H)