Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
Djadih committed Nov 19, 2024
1 parent ac1734b commit ccb2602
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions consensus/progpow/algorithm_progpow.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package progpow

import (
"encoding/binary"
"math"
"math/bits"

goLRU "github.com/hashicorp/golang-lru/v2"
Expand All @@ -33,7 +32,7 @@ const (
progpowDagLoads = 4 // Number of uint32 loads from the DAG per lane
progpowCntCache = 11
progpowCntMath = 18
progpowPeriodLength = math.MaxUint64
progpowPeriodLength = 10
progpowCntDag = 64
progpowMixBytes = 256
)
Expand Down

0 comments on commit ccb2602

Please sign in to comment.