diff options
| author | Tomo Ueda <[email protected]> | 2021-09-02 12:55:18 -0700 |
|---|---|---|
| committer | Tomo Ueda <[email protected]> | 2021-09-02 12:55:18 -0700 |
| commit | e64843ced509c24f783276d4cc0f2f26c9d527f2 (patch) | |
| tree | 7956d4ea416c5b3a531dbc6f356e1c9a643d9690 /src/consensus/params.h | |
| parent | really s/doge/dis/g this time (diff) | |
| download | archived-discoin-e64843ced509c24f783276d4cc0f2f26c9d527f2.tar.xz archived-discoin-e64843ced509c24f783276d4cc0f2f26c9d527f2.zip | |
really s/Doge/Dis/g this time
Diffstat (limited to 'src/consensus/params.h')
| -rw-r--r-- | src/consensus/params.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consensus/params.h b/src/consensus/params.h index a25ff9ac5..802379be4 100644 --- a/src/consensus/params.h +++ b/src/consensus/params.h @@ -67,7 +67,7 @@ struct Params { int64_t nPowTargetTimespan; int64_t DifficultyAdjustmentInterval() const { return nPowTargetTimespan / nPowTargetSpacing; } - /** Dogecoin-specific parameters */ + /** Discoin-specific parameters */ bool fDigishieldDifficultyCalculation; bool fPowAllowDigishieldMinDifficultyBlocks; // Allow minimum difficulty blocks where a retarget would normally occur bool fSimplifiedRewards; // Use block height derived rewards rather than previous block hash derived |