Was the wallet component compiled in.
| 30 | public: |
| 31 | //! Was the wallet component compiled in. |
| 32 | bool HasWalletSupport() const override {return true;} |
| 33 | |
| 34 | //! Return the wallets help message. |
| 35 | void AddWalletOptions(ArgsManager& argsman) const override; |
no outgoing calls
no test coverage detected