Skip to content

Commit

Permalink
Make -masternodeprivkey non-mandatory
Browse files Browse the repository at this point in the history
This code will vanish later.
  • Loading branch information
codablock committed Dec 28, 2018
1 parent e5fc1e7 commit 5377bb3
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 @@ -1947,7 +1947,7 @@ bool AppInitMain(boost::thread_group& threadGroup, CScheduler& scheduler)

LogPrintf(" keyIDOperator: %s\n", CBitcoinAddress(activeMasternodeInfo.legacyKeyIDOperator).ToString());
} else {
return InitError(_("You must specify a masternodeprivkey in the configuration. Please see documentation for help."));
//return InitError(_("You must specify a masternodeprivkey in the configuration. Please see documentation for help."));
}

std::string strMasterNodeBLSPrivKey = GetArg("-masternodeblsprivkey", "");
Expand Down

0 comments on commit 5377bb3

Please sign in to comment.