mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
[rpc] expose ability to mock scheduler via the rpc
This commit is contained in:
parent
7c8b6e5b52
commit
8bca30ea17
2 changed files with 34 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ public:
|
|||
static const CRPCConvertParam vRPCConvertParams[] =
|
||||
{
|
||||
{ "setmocktime", 0, "timestamp" },
|
||||
{ "mockscheduler", 0, "delta_time" },
|
||||
{ "utxoupdatepsbt", 1, "descriptors" },
|
||||
{ "generatetoaddress", 0, "nblocks" },
|
||||
{ "generatetoaddress", 2, "maxtries" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue