Skip to content

Commit

Permalink
CNS-930: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
oren-lava committed Mar 28, 2024
1 parent 778c749 commit 817e18b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/pairing/keeper/msg_server_relay_payment.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ func (k msgServer) RelayPayment(goCtx context.Context, msg *types.MsgRelayPaymen

cuAfterQos := rewardedCUDec.TruncateInt().Uint64()
err = k.chargeCuToSubscriptionAndCreditProvider(ctx, project, relay, cuAfterQos)

if err != nil {
return nil, utils.LavaFormatError("Failed charging CU to project and subscription", err)
}
Expand Down

0 comments on commit 817e18b

Please sign in to comment.