mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-12 07:39:41 +02:00
[build] remove ENABLE_WALLET ifdef from httprpc.cpp
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user