add extra help how to enable experimental features

This commit is contained in:
Larry Ruane
2018-07-16 21:31:55 -06:00
parent cea065e3d4
commit 66dfcc1369
4 changed files with 26 additions and 10 deletions

View File

@@ -305,4 +305,6 @@ void InterruptRPC();
void StopRPC();
std::string JSONRPCExecBatch(const UniValue& vReq);
extern std::string experimentalDisabledHelpMsg(const std::string& rpc, const std::string& enableArg);
#endif // BITCOIN_RPCSERVER_H