From b21df0c50cdc09c20cdd36c8aee383bbe5714584 Mon Sep 17 00:00:00 2001 From: AnkushinDaniil Date: Fri, 8 Nov 2024 13:53:03 +0300 Subject: [PATCH] Fix lint --- p2p/sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/sync.go b/p2p/sync.go index 322033fdc0..8016d11419 100644 --- a/p2p/sync.go +++ b/p2p/sync.go @@ -263,7 +263,7 @@ func (s *syncService) processSpecBlockParts( return orderedBlockBodiesCh } -//nolint:gocyclo +//nolint:gocyclo,funlen func (s *syncService) adaptAndSanityCheckBlock(ctx context.Context, header *spec.SignedBlockHeader, contractDiffs []*spec.ContractDiff, classes []*spec.Class, txs []*spec.Transaction, receipts []*spec.Receipt, events []*spec.Event, prevBlockRoot *felt.Felt, ) <-chan blockBody {