Skip to content

Commit

Permalink
misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
affanv14 committed Sep 18, 2024
1 parent 2fa8b55 commit 1491ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/x/clob/memclob/memclob.go
Original file line number Diff line number Diff line change
Expand Up @@ -1697,7 +1697,7 @@ func (m *MemClobPriceTimePriority) mustPerformTakerOrderMatching(
}

// Pass in empty map to avoid reading `AffiliateWhitelist` from state in every `CheckTx`. This deviates
// from `DeliverTx` which accounts for affiliate whitelist correctly. This deviation is ok becasue rev
// from `DeliverTx` which accounts for affiliate whitelist correctly. This deviation is ok because rev
// shares/fees are distributed to the recipient’s bank balance and not settled at the subaccount level,
// and won’t affect the collateralization of future operations in the operations queue.
success, takerUpdateResult, makerUpdateResult, _, err := m.clobKeeper.ProcessSingleMatch(
Expand Down

0 comments on commit 1491ef0

Please sign in to comment.