mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
Make -masternodeblsprivkey mandatory when -masternode is given (#2745)
This commit is contained in:
parent
0364e033a7
commit
25222b3786
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user