mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
regression test only setmocktime RPC call
This commit is contained in:
parent
d6479ffc6a
commit
a8b2ce557d
4 changed files with 23 additions and 0 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