aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSamuel Dobson <dobsonsa68@gmail.com>2021-12-01 16:43:31 +1300
committerSamuel Dobson <dobsonsa68@gmail.com>2021-12-08 11:45:21 +1300
commite116b9747d083bf269f1e1c67295b57d700d9dbd (patch)
tree1d6e33a6f0e87df62c6d43ad73f51097b86d3825 /src/Makefile.am
parent8e30875fde99f5c03785fd5e1af929b194b3ffcf (diff)
downloadbitcoin-e116b9747d083bf269f1e1c67295b57d700d9dbd.tar.xz
MOVEONLY: Move rpcwallet to rpc/wallet
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 23e8c93df0..36da079674 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -282,8 +282,8 @@ BITCOIN_CORE_H = \
wallet/ismine.h \
wallet/load.h \
wallet/receive.h \
- wallet/rpcwallet.h \
wallet/rpc/util.h \
+ wallet/rpc/wallet.h \
wallet/salvage.h \
wallet/scriptpubkeyman.h \
wallet/spend.h \
@@ -418,7 +418,7 @@ libbitcoin_wallet_a_SOURCES = \
wallet/rpc/signmessage.cpp \
wallet/rpc/transactions.cpp \
wallet/rpc/util.cpp \
- wallet/rpcwallet.cpp \
+ wallet/rpc/wallet.cpp \
wallet/scriptpubkeyman.cpp \
wallet/spend.cpp \
wallet/transaction.cpp \