mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge pull request #1203 from philippem/fix-getsidechaininfo-rpc-help
Correct help for getsidechaininfo RPC
This commit is contained in:
commit
0a20d6e327
1 changed files with 1 additions and 1 deletions
|
|
@ -2884,7 +2884,7 @@ static RPCHelpMan getsidechaininfo()
|
|||
RPCResult::Type::OBJ, "", "",
|
||||
{
|
||||
{RPCResult::Type::STR_HEX, "fedpegscript", "The fedpegscript from genesis block"},
|
||||
{RPCResult::Type::ARR, "current_fedpegscripts", "The currently-enforced fedpegscripts in hex. Peg-ins for any entries on this list are honored by consensus and policy. Oldest first. Two total entries are possible",
|
||||
{RPCResult::Type::ARR, "current_fedpegscripts", "The currently-enforced fedpegscripts in hex. Peg-ins for any entries on this list are honored by consensus and policy. Newest first. Two total entries are possible",
|
||||
{{RPCResult::Type::STR_HEX, "", "active fedpegscript"}}},
|
||||
{RPCResult::Type::ARR, "current_fedpeg_programs", "The currently-enforced fedpegscript scriptPubKeys in hex. Prior to a transition this may be P2SH scriptpubkey, otherwise it will be a native segwit script. Results are paired in-order with current_fedpegscripts",
|
||||
{{RPCResult::Type::STR_HEX, "", "active fedpegscript scriptPubKeys"}}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue