|
|
@ -178,7 +178,6 @@ public: |
|
|
|
fDefaultCheckMemPool = false; |
|
|
|
fDefaultCheckMemPool = false; |
|
|
|
fAllowMinDifficultyBlocks = false; |
|
|
|
fAllowMinDifficultyBlocks = false; |
|
|
|
fRequireStandard = true; |
|
|
|
fRequireStandard = true; |
|
|
|
fRPCisTestNet = false; |
|
|
|
|
|
|
|
fMineBlocksOnDemand = false; |
|
|
|
fMineBlocksOnDemand = false; |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
@ -230,7 +229,6 @@ public: |
|
|
|
fDefaultCheckMemPool = false; |
|
|
|
fDefaultCheckMemPool = false; |
|
|
|
fAllowMinDifficultyBlocks = true; |
|
|
|
fAllowMinDifficultyBlocks = true; |
|
|
|
fRequireStandard = false; |
|
|
|
fRequireStandard = false; |
|
|
|
fRPCisTestNet = true; |
|
|
|
|
|
|
|
fMineBlocksOnDemand = false; |
|
|
|
fMineBlocksOnDemand = false; |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
@ -269,7 +267,6 @@ public: |
|
|
|
fDefaultCheckMemPool = true; |
|
|
|
fDefaultCheckMemPool = true; |
|
|
|
fAllowMinDifficultyBlocks = true; |
|
|
|
fAllowMinDifficultyBlocks = true; |
|
|
|
fRequireStandard = false; |
|
|
|
fRequireStandard = false; |
|
|
|
fRPCisTestNet = true; |
|
|
|
|
|
|
|
fMineBlocksOnDemand = true; |
|
|
|
fMineBlocksOnDemand = true; |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|