mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +01:00
Merge pull request #5280
3c30f27travis: disable rpc tests for windows until they're not so flaky (Cory Fields)daf03e7RPC tests: create initial chain with specific timestamps (Gavin Andresen)a8b2ce5regression test only setmocktime RPC call (Gavin Andresen)
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user