From ee6120b4985bcc452192deda0859fb593f17f713 Mon Sep 17 00:00:00 2001 From: Jeremy Letang Date: Mon, 16 Oct 2023 19:23:15 +0100 Subject: [PATCH] chore: Apply suggestions from code review Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com> --- protos/sources/vega/events/v1/events.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protos/sources/vega/events/v1/events.proto b/protos/sources/vega/events/v1/events.proto index 4c1ac18d71..bf9ff9a5b6 100644 --- a/protos/sources/vega/events/v1/events.proto +++ b/protos/sources/vega/events/v1/events.proto @@ -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 @@ -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