diff options
author | John Newbery <john@johnnewbery.com> | 2018-09-07 12:36:53 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2018-09-10 14:27:32 -0400 |
commit | 7d038dcb41d93ea0b7401140998225adaab8c065 (patch) | |
tree | 88b3a490c0e0b3f8649b22f892be60f60d2f6088 /src/dummywallet.cpp | |
parent | 3076556cd0317f7a05fd6836133dd6c051c4b53f (diff) |
[build] remove ENABLE_WALLET ifdef from httprpc.cpp
Diffstat (limited to 'src/dummywallet.cpp')
-rw-r--r-- | src/dummywallet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dummywallet.cpp b/src/dummywallet.cpp index 164a4cbfd0..5b33daf85d 100644 --- a/src/dummywallet.cpp +++ b/src/dummywallet.cpp @@ -9,6 +9,7 @@ class DummyWalletInit : public WalletInitInterface { public: + bool HasWalletSupport() const override {return false;} void AddWalletOptions() const override; bool ParameterInteraction() const override {return true;} void RegisterRPC(CRPCTable &) const override {} |