Make -masternodeblsprivkey mandatory when -masternode is given (#2745)
This commit is contained in:
parent
521d4ae08f
commit
80891ee6f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user