Show "blackcoinaddress" instead of "bitcoinaddress" in RPC calls

This commit is contained in:
lateminer
2018-11-18 17:27:10 +03:00
parent 3ac95c8aae
commit e9b2b00430
5 changed files with 30 additions and 30 deletions

View File

@@ -341,10 +341,10 @@ UniValue verifymessage(const UniValue& params, bool fHelp)
{
if (fHelp || params.size() != 3)
throw runtime_error(
"verifymessage \"bitcoinaddress\" \"signature\" \"message\"\n"
"verifymessage \"blackcoinaddress\" \"signature\" \"message\"\n"
"\nVerify a signed message\n"
"\nArguments:\n"
"1. \"bitcoinaddress\" (string, required) The bitcoin address to use for the signature.\n"
"1. \"blackcoinaddress\" (string, required) The blackcoin 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"