mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
Disable autostart in regtest mode
This commit is contained in:
parent
4420d563cb
commit
151cb174f2
@ -1484,7 +1484,7 @@ bool AppInit2(boost::thread_group& threadGroup)
|
||||
return InitError(_("You must specify a masternodeprivkey in the configuration. Please see documentation for help."));
|
||||
}
|
||||
|
||||
activeMasternode.ManageStatus();
|
||||
if(Params().NetworkID() != CBaseChainParams::REGTEST) activeMasternode.ManageStatus();
|
||||
}
|
||||
|
||||
if(GetBoolArg("-mnconflock", true)) {
|
||||
|
Loading…
Reference in New Issue
Block a user