mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 11:13:23 -03:00
style: Remove whitespace
Can be reviewed via --ignore-all-space
This commit is contained in:
parent
f2074eeb2d
commit
fab0d998f4
1 changed files with 27 additions and 26 deletions
|
@ -535,7 +535,8 @@ static std::string GetAllOutputTypes()
|
|||
|
||||
static RPCHelpMan decodescript()
|
||||
{
|
||||
return RPCHelpMan{"decodescript",
|
||||
return RPCHelpMan{
|
||||
"decodescript",
|
||||
"\nDecode a hex-encoded script.\n",
|
||||
{
|
||||
{"hexstring", RPCArg::Type::STR_HEX, RPCArg::Optional::NO, "the hex-encoded script"},
|
||||
|
@ -555,7 +556,7 @@ static RPCHelpMan decodescript()
|
|||
{RPCResult::Type::STR, "address", /* optional */ true, "The Bitcoin address (only if a well-defined address exists)"},
|
||||
{RPCResult::Type::STR, "p2sh-segwit", "address of the P2SH script wrapping this witness redeem script"},
|
||||
}},
|
||||
}
|
||||
},
|
||||
},
|
||||
RPCExamples{
|
||||
HelpExampleCli("decodescript", "\"hexstring\"")
|
||||
|
|
Loading…
Add table
Reference in a new issue