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 */
|
/* Darkcoin features */
|
||||||
{ "darksend", &darksend, false, false, true },
|
{ "darksend", &darksend, false, false, true },
|
||||||
{ "masternode", &masternode, false, false, true },
|
{ "masternode", &masternode, true, false, true },
|
||||||
|
|
||||||
#ifdef ENABLE_WALLET
|
#ifdef ENABLE_WALLET
|
||||||
/* Wallet */
|
/* Wallet */
|
||||||
|
Loading…
Reference in New Issue
Block a user