aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/interfaces.cpp
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/wallet/interfaces.cpp
parent8e30875fde99f5c03785fd5e1af929b194b3ffcf (diff)
downloadbitcoin-e116b9747d083bf269f1e1c67295b57d700d9dbd.tar.xz
MOVEONLY: Move rpcwallet to rpc/wallet
Diffstat (limited to 'src/wallet/interfaces.cpp')
-rw-r--r--src/wallet/interfaces.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/interfaces.cpp b/src/wallet/interfaces.cpp
index 6489e2a5fc..6c9d0ca132 100644
--- a/src/wallet/interfaces.cpp
+++ b/src/wallet/interfaces.cpp
@@ -24,7 +24,7 @@
#include <wallet/ismine.h>
#include <wallet/load.h>
#include <wallet/receive.h>
-#include <wallet/rpcwallet.h>
+#include <wallet/rpc/wallet.h>
#include <wallet/spend.h>
#include <wallet/wallet.h>