From a519cd59c885b43e777a2a7571edd71913a01002 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Mon, 10 Feb 2025 19:47:05 +0100 Subject: [PATCH] eth/catalyst: clarify comment --- eth/catalyst/api_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/catalyst/api_test.go b/eth/catalyst/api_test.go index fafd498f4a..e91e07d05d 100644 --- a/eth/catalyst/api_test.go +++ b/eth/catalyst/api_test.go @@ -66,7 +66,7 @@ func generateMergeChain(n int, merged bool) (*core.Genesis, []*types.Block) { config.TerminalTotalDifficulty = common.Big0 config.MergeNetsplitBlock = common.Big0 } 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)) }