port z_listsentbyaddress and add memo field from c00e30b210

This commit is contained in:
DenioD
2020-02-25 11:54:23 +01:00
parent c1fa21cad1
commit c984c2e8d5
5 changed files with 684 additions and 0 deletions

View File

@@ -236,6 +236,7 @@ BITCOIN_CORE_H = \
wallet/crypter.h \
wallet/db.h \
wallet/rpcwallet.h \
wallet/rpchushwallet.h \
wallet/wallet.h \
wallet/wallet_ismine.h \
wallet/walletdb.h \
@@ -366,6 +367,7 @@ libbitcoin_wallet_a_SOURCES = \
cc/CCassetstx.cpp \
cc/CCtx.cpp \
wallet/rpcwallet.cpp \
wallet/rpchushwallet.cpp \
wallet/wallet.cpp \
wallet/wallet_ismine.cpp \
wallet/walletdb.cpp \