mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-21 07:39:08 +01:00
doc: Normalize RPC description whitespace
This commit is contained in:
@@ -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)."},
|
||||
|
||||
Reference in New Issue
Block a user