diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2018-03-29 10:08:38 +0100 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2018-04-05 21:09:21 +0100 |
commit | 39bc2faa2e90d8adfa77e650f8a807828da3f6b9 (patch) | |
tree | 0ec6291190ed39a70c5fa79f633aba5f0c108ccf /src/Makefile.am | |
parent | 5f0c6a7b0e47e03f848dc992d37fe209dd9c6975 (diff) |
wallet: Make WalletInitInterface and DummyWalletInit private
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 605c932120..d2cfdc104b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -172,7 +172,6 @@ BITCOIN_CORE_H = \ wallet/db.h \ wallet/feebumper.h \ wallet/fees.h \ - wallet/init.h \ wallet/rpcwallet.h \ wallet/wallet.h \ wallet/walletdb.h \ |