mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 23:29:12 +01:00
Move verifymessage from rpcwallet to rpcmisc
Enables it in --disable-wallet compiles.
This commit is contained in:
@@ -254,6 +254,7 @@ static const CRPCCommand vRPCCommands[] =
|
||||
{ "submitblock", &submitblock, false, false, false },
|
||||
{ "validateaddress", &validateaddress, true, false, false },
|
||||
{ "createmultisig", &createmultisig, true, true , false },
|
||||
{ "verifymessage", &verifymessage, false, false, false },
|
||||
|
||||
#ifdef ENABLE_WALLET
|
||||
/* Wallet */
|
||||
@@ -283,7 +284,6 @@ static const CRPCCommand vRPCCommands[] =
|
||||
{ "listtransactions", &listtransactions, false, false, true },
|
||||
{ "listaddressgroupings", &listaddressgroupings, false, false, true },
|
||||
{ "signmessage", &signmessage, false, false, true },
|
||||
{ "verifymessage", &verifymessage, false, false, false },
|
||||
{ "listaccounts", &listaccounts, false, false, true },
|
||||
{ "listsinceblock", &listsinceblock, false, false, true },
|
||||
{ "dumpprivkey", &dumpprivkey, true, false, true },
|
||||
|
||||
Reference in New Issue
Block a user