mirror of
https://github.com/cygnusxi/CurecoinSource.git
synced 2025-07-24 14:15:43 +02:00
Merge pull request #76 from supsm/master
Add getstakinginfo to commands list
This commit is contained in:
commit
f5e4e3c715
@ -213,6 +213,7 @@ static const CRPCCommand vRPCCommands[] =
|
||||
{ "gethashespersec", &gethashespersec, true, false },
|
||||
{ "getinfo", &getinfo, true, false },
|
||||
{ "getmininginfo", &getmininginfo, true, false },
|
||||
{ "getstakinginfo", &getstakinginfo, true, false },
|
||||
{ "getnetworkhashps", &getnetworkhashps, true, false },
|
||||
{ "getnewaddress", &getnewaddress, true, false },
|
||||
{ "getnewpubkey", &getnewpubkey, true, false },
|
||||
|
@ -163,6 +163,7 @@ extern json_spirit::Value getgenerate(const json_spirit::Array& params, bool fHe
|
||||
extern json_spirit::Value setgenerate(const json_spirit::Array& params, bool fHelp);
|
||||
extern json_spirit::Value gethashespersec(const json_spirit::Array& params, bool fHelp);
|
||||
extern json_spirit::Value getmininginfo(const json_spirit::Array& params, bool fHelp);
|
||||
extern json_spirit::Value getstakinginfo(const json_spirit::Array& params, bool fHelp);
|
||||
extern json_spirit::Value getnetworkhashps(const json_spirit::Array& params, bool fHelp);
|
||||
extern json_spirit::Value getwork(const json_spirit::Array& params, bool fHelp);
|
||||
extern json_spirit::Value getworkex(const json_spirit::Array& params, bool fHelp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user