From 7860fb5804e0b45b5ca3dc7c8112b1e0512b1359 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Sat, 12 Oct 2024 08:21:48 +0200 Subject: [PATCH] eth/catalyst: fixup comment --- eth/catalyst/api_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eth/catalyst/api_test.go b/eth/catalyst/api_test.go index 2bfbb1da0d..d4069e50e6 100644 --- a/eth/catalyst/api_test.go +++ b/eth/catalyst/api_test.go @@ -590,10 +590,10 @@ We expect (3) If the parent is unavailable, the LVH should not be set. CommonAncestor◄─▲── P1 ◄── P2 ◄─ P3 ◄─ ... ◄─ Pn - │ - └── P1' ◄─ P2' ◄─ P3' ◄─ ... ◄─ Pn' - │ - └── P1'' + │ + └── P1' ◄─ P2' ◄─ P3' ◄─ ... ◄─ Pn' + │ + └── P1'' */ func TestNewPayloadOnInvalidChain(t *testing.T) { genesis, preMergeBlocks := generateMergeChain(10, false)