You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{RPCResult::Type::NUM, "min_activation_height", "minimum height of blocks for which the rules may be enforced"},
1624
1624
{RPCResult::Type::STR, "status", "status of deployment at specified block (one of \"defined\", \"started\", \"locked_in\", \"active\", \"failed\")"},
1625
1625
{RPCResult::Type::NUM, "since", "height of the first block to which the status applies"},
1626
-
{RPCResult::Type::STR, "status-next", "status of deployment at the next block"},
1626
+
{RPCResult::Type::STR, "status_next", "status of deployment at the next block"},
1627
1627
{RPCResult::Type::OBJ, "statistics", /*optional=*/true, "numeric statistics about signalling for a softfork (only for \"started\" and \"locked_in\" status)",
1628
1628
{
1629
1629
{RPCResult::Type::NUM, "period", "the length in blocks of the signalling period"},
0 commit comments