Add field fMinerTestModeForFoundersRewardScript to chainparams
This commit is contained in:
@@ -81,6 +81,8 @@ 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;
|
||||
protected:
|
||||
CChainParams() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user