diff options
| author | Gavin Andresen <[email protected]> | 2014-11-12 18:59:41 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2014-11-17 10:33:49 -0500 |
| commit | a8b2ce557dbcee5e75001be0ec3aecf06165775f (patch) | |
| tree | cbd24e8cbdf7d9b1cd2017d7b5bf0b3a76ea782d /src/rpcclient.cpp | |
| parent | Merge pull request #5275 (diff) | |
| download | discoin-a8b2ce557dbcee5e75001be0ec3aecf06165775f.tar.xz discoin-a8b2ce557dbcee5e75001be0ec3aecf06165775f.zip | |
regression test only setmocktime 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 a9c491ced..7a1f1918f 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -25,6 +25,7 @@ public: static const CRPCConvertParam vRPCConvertParams[] = { { "stop", 0 }, + { "setmocktime", 0 }, { "getaddednodeinfo", 0 }, { "setgenerate", 0 }, { "setgenerate", 1 }, |