mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge 1b045b5eef into merged_master (Bitcoin PR #21053)
This commit is contained in:
commit
10a3ccdab4
2 changed files with 9 additions and 9 deletions
|
|
@ -850,8 +850,8 @@ static RPCHelpMan getblockheader()
|
|||
{RPCResult::Type::ELISION, "", "same entries as current"}
|
||||
}},
|
||||
}},
|
||||
{RPCResult::Type::STR_HEX, "previousblockhash", "The hash of the previous block"},
|
||||
{RPCResult::Type::STR_HEX, "nextblockhash", "The hash of the next block"},
|
||||
{RPCResult::Type::STR_HEX, "previousblockhash", /* optional */ true, "The hash of the previous block (if available)"},
|
||||
{RPCResult::Type::STR_HEX, "nextblockhash", /* optional */ true, "The hash of the next block (if available)"},
|
||||
}},
|
||||
RPCResult{"for verbose=false",
|
||||
RPCResult::Type::STR_HEX, "", "A string that is serialized, hex-encoded data for block 'hash'"},
|
||||
|
|
@ -977,8 +977,8 @@ static RPCHelpMan getblock()
|
|||
{RPCResult::Type::ELISION, "", "same entries as current"}
|
||||
}},
|
||||
}},
|
||||
{RPCResult::Type::STR_HEX, "previousblockhash", "The hash of the previous block"},
|
||||
{RPCResult::Type::STR_HEX, "nextblockhash", "The hash of the next block"},
|
||||
{RPCResult::Type::STR_HEX, "previousblockhash", /* optional */ true, "The hash of the previous block (if available)"},
|
||||
{RPCResult::Type::STR_HEX, "nextblockhash", /* optional */ true, "The hash of the next block (if available)"},
|
||||
}},
|
||||
RPCResult{"for verbosity = 2",
|
||||
RPCResult::Type::OBJ, "", "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue