mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
remove comment
This commit is contained in:
parent
9088d11c0c
commit
68d81dfbe8
1 changed files with 0 additions and 1 deletions
|
|
@ -489,7 +489,6 @@ func calculateIterationCount(expLen uint64, expHead uint256.Int, multiplier uint
|
|||
iterationCount += uint64(bitLen - 1)
|
||||
}
|
||||
|
||||
// Return at least 1
|
||||
return max(iterationCount, 1)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue