From 64102554a8a9d9491e4a903947e7cd2bad1a8490 Mon Sep 17 00:00:00 2001 From: Bartek Tofel Date: Mon, 22 Jan 2024 09:49:27 -0300 Subject: [PATCH] fix compile error --- integration-tests/benchmark/keeper_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/integration-tests/benchmark/keeper_test.go b/integration-tests/benchmark/keeper_test.go index 14cbf58e90a..2c06da56aaa 100644 --- a/integration-tests/benchmark/keeper_test.go +++ b/integration-tests/benchmark/keeper_test.go @@ -295,7 +295,6 @@ var networkConfig = map[string]NetworkConfig{ upkeepSLA: int64(120), blockTime: time.Second, deltaStage: 20 * time.Second, - funding: big.NewFloat(ChainlinkNodeFunding), }, }