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