Merge pull request #128 from UdjinM6/fix_allow_masternode_in_safemode

allow masternode commands execution while client is in safemode
This commit is contained in:
evan82 2015-01-23 06:54:23 -07:00
commit 05f511f740

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