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

This commit is contained in:
Alexander Block 2019-03-06 20:45:53 +01:00
parent 0364e033a7
commit 25222b3786

View File

@ -1967,7 +1967,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