Categorize rpc help overview

Conflicts:
	src/rpcserver.cpp

Github-Pull: #4539
Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com>
Rebased-From: df3d321
This commit is contained in:
Cozz Lovan
2014-07-15 21:38:52 +02:00
committed by Wladimir J. van der Laan
parent fecab8773d
commit 6b5b7cbfb4
2 changed files with 107 additions and 85 deletions

View File

@@ -71,6 +71,7 @@ typedef json_spirit::Value(*rpcfn_type)(const json_spirit::Array& params, bool f
class CRPCCommand
{
public:
std::string category;
std::string name;
rpcfn_type actor;
bool okSafeMode;