From 2f7b85cc8047434c8dfb04cbeccc394e92fe5eca Mon Sep 17 00:00:00 2001 From: Zohar Etzioni Date: Mon, 24 Jun 2024 15:08:51 +0100 Subject: [PATCH] chore: Update protos/sources/vega/vega.proto Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com> --- protos/sources/vega/vega.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/sources/vega/vega.proto b/protos/sources/vega/vega.proto index 4aebe7a58d5..de53d9dcc31 100644 --- a/protos/sources/vega/vega.proto +++ b/protos/sources/vega/vega.proto @@ -1997,6 +1997,6 @@ message LongBlockAuction { } message LongBlockAuctionDurationTable { - // a slice of thresholds and durations for corresponding auctions. + // Slice of thresholds and durations for corresponding auctions. repeated LongBlockAuction threshold_and_duration = 1; }