|
|
@ -60,8 +60,6 @@ public: |
|
|
|
bool DefaultCheckMemPool() const { return fDefaultCheckMemPool; } |
|
|
|
bool DefaultCheckMemPool() const { return fDefaultCheckMemPool; } |
|
|
|
/** Allow mining of a min-difficulty block */ |
|
|
|
/** Allow mining of a min-difficulty block */ |
|
|
|
bool AllowMinDifficultyBlocks() const { return fAllowMinDifficultyBlocks; } |
|
|
|
bool AllowMinDifficultyBlocks() const { return fAllowMinDifficultyBlocks; } |
|
|
|
/** Skip proof-of-work check: allow mining of any difficulty block */ |
|
|
|
|
|
|
|
bool SkipProofOfWorkCheck() const { return fSkipProofOfWorkCheck; } |
|
|
|
|
|
|
|
/** Make standard checks */ |
|
|
|
/** Make standard checks */ |
|
|
|
bool RequireStandard() const { return fRequireStandard; } |
|
|
|
bool RequireStandard() const { return fRequireStandard; } |
|
|
|
int64_t TargetTimespan() const { return nTargetTimespan; } |
|
|
|
int64_t TargetTimespan() const { return nTargetTimespan; } |
|
|
@ -104,7 +102,6 @@ protected: |
|
|
|
bool fAllowMinDifficultyBlocks; |
|
|
|
bool fAllowMinDifficultyBlocks; |
|
|
|
bool fRequireStandard; |
|
|
|
bool fRequireStandard; |
|
|
|
bool fMineBlocksOnDemand; |
|
|
|
bool fMineBlocksOnDemand; |
|
|
|
bool fSkipProofOfWorkCheck; |
|
|
|
|
|
|
|
bool fTestnetToBeDeprecatedFieldRPC; |
|
|
|
bool fTestnetToBeDeprecatedFieldRPC; |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|