Merge #7663: Make the generate RPC call function for non-regtest

8a253b3 Make the generate RPC call function for non-regtest (Pieter Wuille)
This commit is contained in:
Wladimir J. van der Laan 2016-03-14 11:35:55 +01:00
commit c87f51e55b
No known key found for this signature in database
GPG key ID: 74810B012346C9A6
2 changed files with 18 additions and 10 deletions

View file

@ -28,6 +28,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "setmocktime", 0 },
{ "getaddednodeinfo", 0 },
{ "generate", 0 },
{ "generate", 1 },
{ "getnetworkhashps", 0 },
{ "getnetworkhashps", 1 },
{ "sendtoaddress", 1 },