mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
eth/catalyst: clarify comment
This commit is contained in:
parent
bdcdcbc370
commit
a519cd59c8
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ func generateMergeChain(n int, merged bool) (*core.Genesis, []*types.Block) {
|
||||||
config.TerminalTotalDifficulty = common.Big0
|
config.TerminalTotalDifficulty = common.Big0
|
||||||
config.MergeNetsplitBlock = common.Big0
|
config.MergeNetsplitBlock = common.Big0
|
||||||
} else {
|
} else {
|
||||||
// When merged==false, the tests expect the next block to enter the merge.
|
// When !merged, the tests expect the next block after the generated chain to be in PoS.
|
||||||
config.MergeNetsplitBlock = big.NewInt(int64(n + 1))
|
config.MergeNetsplitBlock = big.NewInt(int64(n + 1))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue