mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
fix a typo
This commit is contained in:
parent
86150af2e5
commit
e33c0ead7c
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ func intLog2(n uint) int {
|
||||||
default:
|
default:
|
||||||
// The input is log1.125(uint256) = log2(uint256) / log2(1.125). At the
|
// The input is log1.125(uint256) = log2(uint256) / log2(1.125). At the
|
||||||
// most extreme, log2(uint256) will be a bit below 257, and the constant
|
// most extreme, log2(uint256) will be a bit below 257, and the constant
|
||||||
// log2(1.125) ~= 0.17. The larges input thus is ~257 / ~0.17 ~= ~1511.
|
// log2(1.125) ~= 0.17. The largest input thus is ~257 / ~0.17 ~= ~1511.
|
||||||
panic("dynamic fee jump diffs cannot reach this")
|
panic("dynamic fee jump diffs cannot reach this")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue