mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02: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:
commit
fd3777b0b2
6 changed files with 45 additions and 8 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue