diff options
| author | Gavin Andresen <[email protected]> | 2014-11-18 14:29:38 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2014-11-18 14:31:29 -0500 |
| commit | fd3777b0b272ad4ce7fbb152917353aa46879f89 (patch) | |
| tree | 2c5a27dbd19273204fb4544f3807813863f8cc87 /src/rpcserver.cpp | |
| parent | Merge pull request #5301 (diff) | |
| parent | travis: disable rpc tests for windows until they're not so flaky (diff) | |
| download | discoin-fd3777b0b272ad4ce7fbb152917353aa46879f89.tar.xz discoin-fd3777b0b272ad4ce7fbb152917353aa46879f89.zip | |
Merge pull request #5280
3c30f27 travis: disable rpc tests for windows until they're not so flaky (Cory Fields)
daf03e7 RPC tests: create initial chain with specific timestamps (Gavin Andresen)
a8b2ce5 regression test only setmocktime RPC call (Gavin Andresen)
Diffstat (limited to 'src/rpcserver.cpp')
| -rw-r--r-- | src/rpcserver.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcserver.cpp b/src/rpcserver.cpp index 8b042e600..01005c1ce 100644 --- a/src/rpcserver.cpp +++ b/src/rpcserver.cpp @@ -246,6 +246,7 @@ static const CRPCCommand vRPCCommands[] = { "control", "getinfo", &getinfo, true, false, false }, /* uses wallet if enabled */ { "control", "help", &help, true, true, false }, { "control", "stop", &stop, true, true, false }, + { "control", "setmocktime", &setmocktime, true, false, false }, /* P2P networking */ { "network", "getnetworkinfo", &getnetworkinfo, true, false, false }, |