We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f30db commit 88125d8Copy full SHA for 88125d8
core/forkid/forkid.go
@@ -235,7 +235,7 @@ func gatherForks(config *params.ChainConfig) []uint64 {
235
forks = append(forks, rule.Uint64())
236
}
237
238
- // Sort the fork block numbers to permit chronologival XOR
+ // Sort the fork block numbers to permit chronological XOR
239
for i := 0; i < len(forks); i++ {
240
for j := i + 1; j < len(forks); j++ {
241
if forks[i] > forks[j] {
0 commit comments