Disable coinbase-must-be-protected rule on regtest.

This commit is contained in:
Sean Bowe
2016-06-13 12:23:55 -06:00
parent 1d38795f50
commit c0dde76d8a
7 changed files with 22 additions and 14 deletions

View File

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