diff options
| author | Pieter Wuille <[email protected]> | 2015-03-31 20:28:28 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2015-04-01 11:47:10 -0700 |
| commit | 6b04508e37c5dd18cec1cd61cc4356bd208aa991 (patch) | |
| tree | e3a5ac58ed8e891e55638af98db9b33257db57f3 /src/rpcclient.cpp | |
| parent | Simplify hash loop code (diff) | |
| download | discoin-6b04508e37c5dd18cec1cd61cc4356bd208aa991.tar.xz discoin-6b04508e37c5dd18cec1cd61cc4356bd208aa991.zip | |
Introduce separate 'generate' RPC call
Diffstat (limited to 'src/rpcclient.cpp')
| -rw-r--r-- | src/rpcclient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp index a45ea9839..428e1049d 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -29,6 +29,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "getaddednodeinfo", 0 }, { "setgenerate", 0 }, { "setgenerate", 1 }, + { "generate", 0 }, { "getnetworkhashps", 0 }, { "getnetworkhashps", 1 }, { "sendtoaddress", 1 }, |