From db24b2782cc06b93d1403ec1a7b305ef91a740b0 Mon Sep 17 00:00:00 2001 From: lightclient Date: Tue, 18 Feb 2025 14:32:32 -0700 Subject: [PATCH] internal/ethapi: rm extra whitespace in TestSimulateV1ChainLinkage --- internal/ethapi/api_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/ethapi/api_test.go b/internal/ethapi/api_test.go index 09757eea60..04d2766d82 100644 --- a/internal/ethapi/api_test.go +++ b/internal/ethapi/api_test.go @@ -2325,7 +2325,6 @@ func TestSimulateV1ChainLinkage(t *testing.T) { recipient = common.Address{0xbb, 0xbb} ) backend := newTestBackend(t, 1, gspec, beacon.New(ethash.NewFaker()), func(i int, b *core.BlockGen) { - tx := types.MustSignNewTx(acc.key, signer, &types.LegacyTx{ Nonce: uint64(i), GasPrice: b.BaseFee(),