doc: Normalize RPC description whitespace

This commit is contained in:
MarcoFalke
2021-12-08 19:00:54 +01:00
parent f727d814bd
commit faa0833c43
3 changed files with 4 additions and 5 deletions

View File

@@ -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)."},