Skip to content

Commit

Permalink
chore: Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: candida-d <[email protected]>
  • Loading branch information
jeremyletang and candida-d authored Oct 16, 2023
1 parent 8dbebdf commit ee6120b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protos/sources/vega/events/v1/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ enum BusEventType {
// Event indicating a funding period has ended and resulted in funding payment transfers.
BUS_EVENT_TYPE_FUNDING_PAYMENTS = 80;

// Event indicating the paid liquidity fees stats per market at end of epoch
// Event used to report the updated paid liquidity fee statistics for the market at the end of the epoch
BUS_EVENT_TYPE_PAID_LIQUIDITY_FEES_STATS_UPDATED = 81;

// Event indicating a market related event, for example when a market opens
Expand Down Expand Up @@ -1339,7 +1339,7 @@ message BusEvent {
FeesStats fees_stats = 177;
// Event notifying of funding payments at the end of a funding period.
FundingPayments funding_payments = 178;
// Event notifying of an update the liqudity fees stats for a market.
// Event notifying of an update to the liqudity fees stats for a market.
PaidLiquidityFeesStats paid_liquidity_fees_stats = 179;

// Market tick events
Expand Down

0 comments on commit ee6120b

Please sign in to comment.