Skip to content

Commit

Permalink
err fix
Browse files Browse the repository at this point in the history
  • Loading branch information
affanv14 committed Sep 24, 2024
1 parent 098ad3d commit 84a8cdb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions protocol/x/clob/keeper/process_single_match.go
Original file line number Diff line number Diff line change
Expand Up @@ -472,10 +472,6 @@ func (k Keeper) persistMatchedOrders(
if revSharesForFill.AffiliateRevShare != nil {
affiliateRevSharesQuoteQuantums = revSharesForFill.AffiliateRevShare.QuoteQuantums
}

if err != nil {
return takerUpdateResult, makerUpdateResult, affiliateRevSharesQuoteQuantums, err
}
if err := k.subaccountsKeeper.DistributeFees(
ctx,
assettypes.AssetUsdc.Id,
Expand Down

0 comments on commit 84a8cdb

Please sign in to comment.