wallet: Make WalletInitInterface and DummyWalletInit private

This commit is contained in:
João Barbosa
2018-03-29 10:08:38 +01:00
parent 5f0c6a7b0e
commit 39bc2faa2e
9 changed files with 54 additions and 85 deletions

View File

@@ -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>