diff options
| author | João Barbosa <[email protected]> | 2018-03-29 10:08:38 +0100 |
|---|---|---|
| committer | João Barbosa <[email protected]> | 2018-04-05 21:09:21 +0100 |
| commit | 39bc2faa2e90d8adfa77e650f8a807828da3f6b9 (patch) | |
| tree | 0ec6291190ed39a70c5fa79f633aba5f0c108ccf /src/wallet/wallet.cpp | |
| parent | Merge #10244: Refactor: separate gui from wallet and node (diff) | |
| download | discoin-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.cpp | 1 |
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> |