From 07f5cc3d19d04a84eab9006ab66f4c43e2d287f0 Mon Sep 17 00:00:00 2001 From: Joe Huang Date: Fri, 9 Aug 2024 16:17:44 -0500 Subject: [PATCH] revert --- core/internal/features/features_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/internal/features/features_test.go b/core/internal/features/features_test.go index 8c5cad29d9a..046f21b7f7d 100644 --- a/core/internal/features/features_test.go +++ b/core/internal/features/features_test.go @@ -473,8 +473,6 @@ func setupAppForEthTx(t *testing.T, operatorContracts OperatorContracts) (app *c cfg := configtest.NewGeneralConfigSimulated(t, func(c *chainlink.Config, s *chainlink.Secrets) { c.Database.Listener.FallbackPollInterval = commonconfig.MustNewDuration(100 * time.Millisecond) - depth := uint32(0) - c.EVM[0].FinalityDepth = &depth }) app = cltest.NewApplicationWithConfigV2AndKeyOnSimulatedBlockchain(t, cfg, b, lggr) b.Commit()