Skip to content

Commit

Permalink
Cleanup: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasse committed Jan 2, 2025
1 parent 0aaf37e commit 15c2598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/rfq/relayer/pricer/fee_pricer.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func (f *feePricer) GetDestinationFee(parentCtx context.Context, _, destination
// addZapFees incorporates the cost of the call and the call value into the fee.
// Note that to be conservative, we always use the QuoteFixedFeeMultiplier over the RelayFixedFeeMultiplier.
//
//nolint:gosec
//nolint:cyclop,gosec
func (f *feePricer) addZapFees(ctx context.Context, destination uint32, denomToken string, quoteRequest *reldb.QuoteRequest, fee *big.Int) (*big.Int, error) {
span := trace.SpanFromContext(ctx)

Expand Down

0 comments on commit 15c2598

Please sign in to comment.