Skip to content

Commit

Permalink
Increased the maximum includable workshares in the block to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
gameofpointers committed Dec 12, 2024
1 parent 9dc7043 commit bf9d45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/protocol_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ var (
DifficultyAdjustmentPeriod = big.NewInt(720) // This is the number of blocks over which the average has to be taken
DifficultyAdjustmentFactor int64 = 40 // This is the factor that divides the log of the change in the difficulty
MinQuaiConversionAmount = new(big.Int).Mul(big.NewInt(10000000000), big.NewInt(GWei)) // 0.000000001 Quai
MaxWorkShareCount = 16
MaxWorkShareCount = 25
WorkSharesThresholdDiff = 4 // Number of bits lower than the target that the default consensus engine uses
WorkSharesInclusionDepth = 3 // Number of blocks upto which the work shares can be referenced and this is protocol enforced
LockupByteToBlockDepth = make(map[uint8]uint64)
Expand Down

0 comments on commit bf9d45a

Please sign in to comment.