Skip to content

Commit 0a20d6e

Browse files
authored
Merge pull request #1203 from philippem/fix-getsidechaininfo-rpc-help
Correct help for getsidechaininfo RPC
2 parents ffeedde + 0936031 commit 0a20d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/blockchain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2884,7 +2884,7 @@ static RPCHelpMan getsidechaininfo()
28842884
RPCResult::Type::OBJ, "", "",
28852885
{
28862886
{RPCResult::Type::STR_HEX, "fedpegscript", "The fedpegscript from genesis block"},
2887-
{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",
2887+
{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",
28882888
{{RPCResult::Type::STR_HEX, "", "active fedpegscript"}}},
28892889
{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",
28902890
{{RPCResult::Type::STR_HEX, "", "active fedpegscript scriptPubKeys"}}},

0 commit comments

Comments
 (0)