mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Update RPC argument names
This commit is contained in:
parent
481f289765
commit
4e7e2e16e4
8 changed files with 90 additions and 90 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue