mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
Merge 9ffc467cb1 into f6097f4a0a
This commit is contained in:
commit
392b37b939
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ var (
|
||||||
DifficultyBoundDivisor = big.NewInt(2048) // The bound divisor of the difficulty, used in the update calculations.
|
DifficultyBoundDivisor = big.NewInt(2048) // The bound divisor of the difficulty, used in the update calculations.
|
||||||
QuadCoeffDiv = big.NewInt(512) // Divisor for the quadratic particle of the memory cost equation.
|
QuadCoeffDiv = big.NewInt(512) // Divisor for the quadratic particle of the memory cost equation.
|
||||||
GenesisDifficulty = big.NewInt(131072) // Difficulty of the Genesis block.
|
GenesisDifficulty = big.NewInt(131072) // Difficulty of the Genesis block.
|
||||||
DurationLimit = big.NewInt(8) // The decision boundary on the blocktime duration used to determine whether difficulty should go up or not.
|
DurationLimit = big.NewInt(13) // The decision boundary on the blocktime duration used to determine whether difficulty should go up or not.
|
||||||
SstoreSetGas = big.NewInt(20000) // Once per SLOAD operation.
|
SstoreSetGas = big.NewInt(20000) // Once per SLOAD operation.
|
||||||
LogDataGas = big.NewInt(8) // Per byte in a LOG* operation's data.
|
LogDataGas = big.NewInt(8) // Per byte in a LOG* operation's data.
|
||||||
CallStipend = big.NewInt(2300) // Free gas given at beginning of call.
|
CallStipend = big.NewInt(2300) // Free gas given at beginning of call.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue