aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcdump.cpp
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2018-03-29 10:08:38 +0100
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2018-04-05 21:09:21 +0100
commit39bc2faa2e90d8adfa77e650f8a807828da3f6b9 (patch)
tree0ec6291190ed39a70c5fa79f633aba5f0c108ccf /src/wallet/rpcdump.cpp
parent5f0c6a7b0e47e03f848dc992d37fe209dd9c6975 (diff)
downloadbitcoin-39bc2faa2e90d8adfa77e650f8a807828da3f6b9.tar.xz
wallet: Make WalletInitInterface and DummyWalletInit private
Diffstat (limited to 'src/wallet/rpcdump.cpp')
-rw-r--r--src/wallet/rpcdump.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/rpcdump.cpp b/src/wallet/rpcdump.cpp
index 3f88c62c61..a3594aa692 100644
--- a/src/wallet/rpcdump.cpp
+++ b/src/wallet/rpcdump.cpp
@@ -6,7 +6,6 @@
#include <key_io.h>
#include <rpc/safemode.h>
#include <rpc/server.h>
-#include <wallet/init.h>
#include <validation.h>
#include <script/script.h>
#include <script/standard.h>