diff --git a/protos/sources/vega/markets.proto b/protos/sources/vega/markets.proto index b626307cc9..4dee91bfa2 100644 --- a/protos/sources/vega/markets.proto +++ b/protos/sources/vega/markets.proto @@ -230,7 +230,7 @@ message FeeFactors { string infrastructure_fee = 2; // Liquidity fee applied per market for market making. string liquidity_fee = 3; - // Fees sent to network treasury for later usage via governance votes (network wide). + // 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). string buy_back_fee = 5;