Skip to content

Commit

Permalink
Make -masternodeblsprivkey mandatory when -masternode is given (#2745)
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock authored and UdjinM6 committed Mar 6, 2019
1 parent 521d4ae commit 80891ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80891ee

Please sign in to comment.