From d7f19d147c5e13cae65771839de7b4ef459ede63 Mon Sep 17 00:00:00 2001 From: Joe Huang Date: Tue, 27 Aug 2024 14:01:12 -0500 Subject: [PATCH] remove unrelated comment --- core/chains/evm/txmgr/broadcaster_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/chains/evm/txmgr/broadcaster_test.go b/core/chains/evm/txmgr/broadcaster_test.go index 3d1ed72db1c..6c98101d60a 100644 --- a/core/chains/evm/txmgr/broadcaster_test.go +++ b/core/chains/evm/txmgr/broadcaster_test.go @@ -1540,7 +1540,6 @@ func TestEthBroadcaster_ProcessUnstartedEthTxs_Errors(t *testing.T) { eb2 := NewTestEthBroadcaster(t, txStore, ethClient, ethKeyStore, cfg, evmcfg2, &testCheckerFactory{}, false, nonceTracker) etx := mustCreateUnstartedTx(t, txStore, fromAddress, toAddress, encodedPayload, gasLimit, value, testutils.FixtureChainID) - // Check gas tip cap verification retryable, err := eb2.ProcessUnstartedTxs(ctx, fromAddress) require.Error(t, err) assert.Contains(t, err.Error(), "insufficient funds for transfer")