Implement z_mergetoaddress for combining UTXOs and notes

Closes #2493.
This commit is contained in:
Jack Grigg
2017-12-11 16:43:09 +00:00
parent bdbe8e8591
commit 6e9c7629af
10 changed files with 2106 additions and 0 deletions

View File

@@ -204,6 +204,7 @@ BITCOIN_CORE_H = \
utiltime.h \
validationinterface.h \
version.h \
wallet/asyncrpcoperation_mergetoaddress.h \
wallet/asyncrpcoperation_sendmany.h \
wallet/asyncrpcoperation_shieldcoinbase.h \
wallet/crypter.h \
@@ -297,6 +298,7 @@ libbitcoin_wallet_a_SOURCES = \
utiltest.h \
zcbenchmarks.cpp \
zcbenchmarks.h \
wallet/asyncrpcoperation_mergetoaddress.cpp \
wallet/asyncrpcoperation_sendmany.cpp \
wallet/asyncrpcoperation_shieldcoinbase.cpp \
wallet/crypter.cpp \