Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushinDaniil committed Nov 8, 2024
1 parent 39346c9 commit b21df0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b21df0c

Please sign in to comment.