aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSamuel Dobson <dobsonsa68@gmail.com>2021-12-01 15:06:45 +1300
committerSamuel Dobson <dobsonsa68@gmail.com>2021-12-08 11:40:59 +1300
commitf7646b407ff209c8909157f592aeef79b0be7cb1 (patch)
tree64416c0b2c200807b127fec67edbfd445301d634 /src/Makefile.am
parent63c63b5533e8d1c682aae3ae6d35b76836ab8341 (diff)
downloadbitcoin-f7646b407ff209c8909157f592aeef79b0be7cb1.tar.xz
MOVEONLY: Move transaction related wallet RPCs to transactions.cpp
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 72f548c192..5c6b872e96 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -413,6 +413,7 @@ libbitcoin_wallet_a_SOURCES = \
wallet/rpc/backup.cpp \
wallet/rpc/encrypt.cpp \
wallet/rpc/signmessage.cpp \
+ wallet/rpc/transactions.cpp \
wallet/rpc/util.cpp \
wallet/rpcwallet.cpp \
wallet/scriptpubkeyman.cpp \