mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
doc: Normalize RPC description whitespace
This commit is contained in:
parent
f727d814bd
commit
faa0833c43
3 changed files with 4 additions and 5 deletions
|
|
@ -301,7 +301,7 @@ static RPCHelpMan deriveaddresses()
|
|||
static RPCHelpMan verifymessage()
|
||||
{
|
||||
return RPCHelpMan{"verifymessage",
|
||||
"\nVerify a signed message\n",
|
||||
"Verify a signed message.",
|
||||
{
|
||||
{"address", RPCArg::Type::STR, RPCArg::Optional::NO, "The bitcoin address to use for the signature."},
|
||||
{"signature", RPCArg::Type::STR, RPCArg::Optional::NO, "The signature provided by the signer in base 64 encoding (see signmessage)."},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue