Remove Founders' Reward override from #1398

This commit is contained in:
Jack Grigg
2016-10-26 20:34:33 -07:00
parent 9f15b823ac
commit 2f5d62fe32
3 changed files with 0 additions and 18 deletions

View File

@@ -81,8 +81,6 @@ public:
std::string GetFoundersRewardAddressAtHeight(int height) const;
CScript GetFoundersRewardScriptAtHeight(int height) const;
std::string GetFoundersRewardAddressAtIndex(int i) const;
/** #1398 to return a fixed founders reward script for miner_tests */
bool fMinerTestModeForFoundersRewardScript = false;
/** Enforce coinbase consensus rule in regtest mode */
void SetRegTestCoinbaseMustBeProtected() { consensus.fCoinbaseMustBeProtected = true; }
protected: