mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Move verifymessage from rpcwallet to rpcmisc
Enables it in --disable-wallet compiles.
This commit is contained in:
parent
723a03d2de
commit
c3a7f516e7
3 changed files with 52 additions and 54 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue