From ac7e4f479b31d5dcf23d049873ea665838373af6 Mon Sep 17 00:00:00 2001 From: Matt Curtis Date: Mon, 25 Sep 2023 15:47:11 +0100 Subject: [PATCH] lint --- integration/simulation/validate_chain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/simulation/validate_chain.go b/integration/simulation/validate_chain.go index d0c9346518..ce2b1983ee 100644 --- a/integration/simulation/validate_chain.go +++ b/integration/simulation/validate_chain.go @@ -130,7 +130,7 @@ func checkObscuroBlockchainValidity(t *testing.T, s *Simulation, maxL1Height uin // the cost of an empty rollup - adjust if the management contract changes. This is the rollup overhead. const emptyRollupGas = 110_000 -func checkCollectedL1Fees(t *testing.T, node ethadapter.EthClient, s *Simulation, nodeIdx int, rollupReceipts types.Receipts) { +func checkCollectedL1Fees(_ *testing.T, node ethadapter.EthClient, s *Simulation, nodeIdx int, rollupReceipts types.Receipts) { costOfRollupsWithTransactions := big.NewInt(0) costOfEmptyRollups := big.NewInt(0)