[build] remove ENABLE_WALLET ifdef from httprpc.cpp

This commit is contained in:
John Newbery
2018-09-07 12:36:53 -04:00
parent 3076556cd0
commit 7d038dcb41
5 changed files with 15 additions and 10 deletions

View File

@@ -19,6 +19,9 @@
class WalletInit : public WalletInitInterface {
public:
//! Was the wallet component compiled in.
bool HasWalletSupport() const override {return true;}
//! Return the wallets help message.
void AddWalletOptions() const override;