From 7c072e0fd610d37300426451dcb76919000c18fe Mon Sep 17 00:00:00 2001 From: Zohar Etzioni Date: Tue, 9 Jul 2024 05:22:05 +0100 Subject: [PATCH] chore: Update protos/sources/vega/markets.proto Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com> --- protos/sources/vega/markets.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/sources/vega/markets.proto b/protos/sources/vega/markets.proto index 4dee91bfa2..675c166050 100644 --- a/protos/sources/vega/markets.proto +++ b/protos/sources/vega/markets.proto @@ -232,7 +232,7 @@ message FeeFactors { string liquidity_fee = 3; // Fees sent to network treasury for later use based on governance actions (network wide). string treasury_fee = 4; - // Fees used to purchase governance tokens to the protocol via regular auctions (network wide). + // Fees used to purchase governance tokens via regular auctions (network wide). string buy_back_fee = 5; }