From a6bf48cf78e666d156f74e7ee796bd3875aafbe2 Mon Sep 17 00:00:00 2001 From: Zohar Etzioni Date: Wed, 17 Jul 2024 14:57:58 +0100 Subject: [PATCH] chore: Update datanode/gateway/graphql/schema.graphql Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com> --- datanode/gateway/graphql/schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datanode/gateway/graphql/schema.graphql b/datanode/gateway/graphql/schema.graphql index 2a02246290..b9f7c8a1f2 100644 --- a/datanode/gateway/graphql/schema.graphql +++ b/datanode/gateway/graphql/schema.graphql @@ -2525,7 +2525,7 @@ type FeeFactors { liquidityFee: String! "The fee used to purchase governance tokens via regular auctions (network wide)" buyBackFee: String! - "Fees sent to network treasury for later use based on governance actions (network wide)." + "The fee sent to the network treasury for later use based on governance actions (network wide)." treasuryFee: String! }