From dca8bba23979eed50277a4fb5e993905aa15b932 Mon Sep 17 00:00:00 2001 From: healthykim Date: Sun, 19 Oct 2025 00:19:57 +0900 Subject: [PATCH] chore: remove comments --- eth/fetcher/tx_fetcher_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/eth/fetcher/tx_fetcher_test.go b/eth/fetcher/tx_fetcher_test.go index 1c35a0a6a8..bb41f62932 100644 --- a/eth/fetcher/tx_fetcher_test.go +++ b/eth/fetcher/tx_fetcher_test.go @@ -1875,7 +1875,6 @@ func TestTransactionFetcherDropAlternates(t *testing.T) { doWait{time: txArriveTimeout, step: true}, doTxNotify{peer: "B", hashes: []common.Hash{testTxsHashes[0]}, types: []byte{testTxs[0].Type()}, sizes: []uint32{uint32(testTxs[0].Size())}}, - // Step 3 isScheduled{ tracking: map[string][]announce{ "A": { @@ -1891,7 +1890,6 @@ func TestTransactionFetcherDropAlternates(t *testing.T) { }, doDrop("B"), - // Step 5 isScheduled{ tracking: map[string][]announce{ "A": { @@ -1903,7 +1901,6 @@ func TestTransactionFetcherDropAlternates(t *testing.T) { }, }, doDrop("A"), - // Step 7 isScheduled{ tracking: nil, fetching: nil, },