allow masternode commands execution while client is in safe mode
This commit is contained in:
parent
90858632ec
commit
2dc22e9dbe
@ -271,7 +271,7 @@ static const CRPCCommand vRPCCommands[] =
|
||||
|
||||
/* Darkcoin features */
|
||||
{ "darksend", &darksend, false, false, true },
|
||||
{ "masternode", &masternode, false, false, true },
|
||||
{ "masternode", &masternode, true, false, true },
|
||||
|
||||
#ifdef ENABLE_WALLET
|
||||
/* Wallet */
|
||||
|
Loading…
Reference in New Issue
Block a user