allow masternode commands execution while client is in safe mode

This commit is contained in:
UdjinM6 2015-01-22 17:26:29 +03:00
parent 90858632ec
commit 2dc22e9dbe

View File

@ -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 */