aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
diff options
context:
space:
mode:
authorJoão Barbosa <[email protected]>2018-03-29 10:08:38 +0100
committerJoão Barbosa <[email protected]>2018-04-05 21:09:21 +0100
commit39bc2faa2e90d8adfa77e650f8a807828da3f6b9 (patch)
tree0ec6291190ed39a70c5fa79f633aba5f0c108ccf /src/wallet/wallet.cpp
parentMerge #10244: Refactor: separate gui from wallet and node (diff)
downloaddiscoin-39bc2faa2e90d8adfa77e650f8a807828da3f6b9.tar.xz
discoin-39bc2faa2e90d8adfa77e650f8a807828da3f6b9.zip
wallet: Make WalletInitInterface and DummyWalletInit private
Diffstat (limited to 'src/wallet/wallet.cpp')
-rw-r--r--src/wallet/wallet.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp
index dbc1760c8..8dac547ab 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -12,7 +12,6 @@
#include <consensus/consensus.h>
#include <consensus/validation.h>
#include <fs.h>
-#include <wallet/init.h>
#include <key.h>
#include <key_io.h>
#include <keystore.h>