Rename to fCoinbaseMustBeProtected.

This commit is contained in:
Sean Bowe
2016-06-14 15:16:34 -06:00
parent 89f3cd11c7
commit a180d0a6c6
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ namespace Consensus {
struct Params {
uint256 hashGenesisBlock;
bool coinbaseMustBeProtected;
bool fCoinbaseMustBeProtected;
/** Needs to evenly divide MAX_SUBSIDY to avoid rounding errors. */
int nSubsidySlowStartInterval;