Skip to content

Commit 14b094b

Browse files
committed
merge bitcoin#21207: CWallet transaction code out of wallet.cpp/.h
1 parent f9081a9 commit 14b094b

File tree

10 files changed

+2148
-2056
lines changed

10 files changed

+2148
-2056
lines changed

src/Makefile.am

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,10 +401,13 @@ BITCOIN_CORE_H = \
401401
wallet/hdchain.h \
402402
wallet/ismine.h \
403403
wallet/load.h \
404+
wallet/receive.h \
404405
wallet/rpcwallet.h \
405406
wallet/salvage.h \
406407
wallet/scriptpubkeyman.h \
408+
wallet/spend.h \
407409
wallet/sqlite.h \
410+
wallet/transaction.h \
408411
wallet/wallet.h \
409412
wallet/walletdb.h \
410413
wallet/wallettool.h \
@@ -596,9 +599,12 @@ libbitcoin_wallet_a_SOURCES = \
596599
wallet/hdchain.cpp \
597600
wallet/interfaces.cpp \
598601
wallet/load.cpp \
602+
wallet/receive.cpp \
599603
wallet/rpcdump.cpp \
600604
wallet/rpcwallet.cpp \
601605
wallet/scriptpubkeyman.cpp \
606+
wallet/spend.cpp \
607+
wallet/transaction.cpp \
602608
wallet/wallet.cpp \
603609
wallet/walletdb.cpp \
604610
wallet/walletutil.cpp \

0 commit comments

Comments
 (0)