mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
Make variable name to match comments
This commit is contained in:
parent
80bdab757d
commit
72d55ffd57
1 changed files with 2 additions and 2 deletions
|
|
@ -30,9 +30,9 @@ const (
|
|||
frontierDurationLimit = 13
|
||||
// minimumDifficulty The minimum that the difficulty may ever be.
|
||||
minimumDifficulty = 131072
|
||||
// expDiffPeriod is the exponential difficulty period
|
||||
// expDiffPeriodUint is the exponential difficulty period
|
||||
expDiffPeriodUint = 100000
|
||||
// difficultyBoundDivisorBitShift is the bound divisor of the difficulty (2048),
|
||||
// difficultyBoundDivisor is the bound divisor of the difficulty (2048),
|
||||
// This constant is the right-shifts to use for the division.
|
||||
difficultyBoundDivisor = 11
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue