diff options
author | Samuel Dobson <dobsonsa68@gmail.com> | 2021-12-01 15:06:45 +1300 |
---|---|---|
committer | Samuel Dobson <dobsonsa68@gmail.com> | 2021-12-08 11:40:59 +1300 |
commit | f7646b407ff209c8909157f592aeef79b0be7cb1 (patch) | |
tree | 64416c0b2c200807b127fec67edbfd445301d634 /src/Makefile.am | |
parent | 63c63b5533e8d1c682aae3ae6d35b76836ab8341 (diff) |
MOVEONLY: Move transaction related wallet RPCs to transactions.cpp
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
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 \ |