Make -masternodeblsprivkey mandatory when -masternode is given (#2745)

This commit is contained in:
Alexander Block 2019-03-06 20:45:53 +01:00 committed by UdjinM6
parent 521d4ae08f
commit 80891ee6f7

View File

@ -1968,7 +1968,7 @@ bool AppInitMain(boost::thread_group& threadGroup, CScheduler& scheduler)
return InitError(_("Invalid masternodeblsprivkey. Please see documenation."));
}
} else {
InitWarning(_("You should specify a masternodeblsprivkey in the configuration. Please see documentation for help."));
return InitError(_("You must specify a masternodeblsprivkey in the configuration. Please see documentation for help."));
}
// init and register activeMasternodeManager