mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
wallet: Make WalletInitInterface and DummyWalletInit private
This commit is contained in:
parent
5f0c6a7b0e
commit
39bc2faa2e
9 changed files with 54 additions and 85 deletions
|
|
@ -34,18 +34,4 @@ public:
|
|||
virtual ~WalletInitInterface() {}
|
||||
};
|
||||
|
||||
class DummyWalletInit : public WalletInitInterface {
|
||||
public:
|
||||
|
||||
std::string GetHelpString(bool showDebug) override {return std::string{};}
|
||||
bool ParameterInteraction() override {return true;}
|
||||
void RegisterRPC(CRPCTable &) override {}
|
||||
bool Verify() override {return true;}
|
||||
bool Open() override {return true;}
|
||||
void Start(CScheduler& scheduler) override {}
|
||||
void Flush() override {}
|
||||
void Stop() override {}
|
||||
void Close() override {}
|
||||
};
|
||||
|
||||
#endif // BITCOIN_WALLETINITINTERFACE_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue