Update RPC argument names

This commit is contained in:
John Newbery
2016-12-09 17:06:42 +00:00
committed by Wladimir J. van der Laan
parent 481f289765
commit 4e7e2e16e4
8 changed files with 90 additions and 90 deletions

View File

@@ -328,7 +328,7 @@ UniValue verifymessage(const JSONRPCRequest& request)
"verifymessage \"address\" \"signature\" \"message\"\n"
"\nVerify a signed message\n"
"\nArguments:\n"
"1. \"address\" (string, required) The bitcoin address to use for the signature.\n"
"1. \"address\" (string, required) The bitcoin address to use for the signature.\n"
"2. \"signature\" (string, required) The signature provided by the signer in base 64 encoding (see signmessage).\n"
"3. \"message\" (string, required) The message that was signed.\n"
"\nResult:\n"