From e18f3a998d945e134573e7c55d9468673b9316c0 Mon Sep 17 00:00:00 2001 From: healthykim Date: Tue, 21 Apr 2026 21:24:04 +0200 Subject: [PATCH] no lint no life --- eth/protocols/eth/handler_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/protocols/eth/handler_test.go b/eth/protocols/eth/handler_test.go index 48f36a228c..d056d121d9 100644 --- a/eth/protocols/eth/handler_test.go +++ b/eth/protocols/eth/handler_test.go @@ -422,7 +422,7 @@ func testGetBlockBodies(t *testing.T, protocol uint) { {limit + 1, nil, nil, limit}, // No more than the possible block count should be returned {0, []common.Hash{backend.chain.Genesis().Hash()}, []bool{true}, 1}, // The genesis block should be retrievable {0, []common.Hash{backend.chain.CurrentBlock().Hash()}, []bool{true}, 1}, // The chains head block should be retrievable - {0, []common.Hash{{}}, []bool{false}, 0}, // A non existent block should not be returned + {0, []common.Hash{{}}, []bool{false}, 0}, // A non existent block should not be returned // Existing blocks followed by a non-existing one should stop at the gap {0, []common.Hash{