remove comment

This commit is contained in:
Kevaundray Wedderburn 2025-07-11 12:51:23 +01:00
parent 9088d11c0c
commit 68d81dfbe8

View file

@ -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)
}