From b80082eefcc86913f04ee9b0acc8b06ce1c25fe6 Mon Sep 17 00:00:00 2001 From: Jane Wang Date: Fri, 7 Jun 2024 15:20:49 -0400 Subject: [PATCH] Add some description updates --- network/soroban-rpc/api-reference/methods/getFeeStats.mdx | 4 ++-- openrpc/src/methods/getFeeStats.json | 4 ++-- static/openrpc.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/network/soroban-rpc/api-reference/methods/getFeeStats.mdx b/network/soroban-rpc/api-reference/methods/getFeeStats.mdx index 3683632de..959af6630 100644 --- a/network/soroban-rpc/api-reference/methods/getFeeStats.mdx +++ b/network/soroban-rpc/api-reference/methods/getFeeStats.mdx @@ -1,8 +1,8 @@ --- hide_title: true -description: Returns statistics about charged transaction fees +description: Returns statistics about charged inclusion fees for Soroban transactions and Stellar transactions --- import { RpcMethod } from "@site/src/components/RpcMethod"; - \ No newline at end of file + diff --git a/openrpc/src/methods/getFeeStats.json b/openrpc/src/methods/getFeeStats.json index aa0470162..fd322c105 100644 --- a/openrpc/src/methods/getFeeStats.json +++ b/openrpc/src/methods/getFeeStats.json @@ -1,7 +1,7 @@ { "name": "getFeeStats", - "summary": "returns statistics about charged transaction fees", - "description": "Statistics about charged transaction fees.", + "summary": "returns statistics about charged inclusion fees", + "description": "Statistics for charged inclusion fees. The inclusion fee statistics are calculated from the inclusion fees that were paid for the transactions to be included onto the ledger. For Soroban transactions and Stellar transactions, they each have their own inclusion fees and own surge pricing. Inclusion fees are used to prevent spam and prioritize transactions during network traffic surge.", "externalDocs": { "url": "https://developers.stellar.org/network/soroban-rpc/api-reference/methods/getFeeStats" }, diff --git a/static/openrpc.json b/static/openrpc.json index 06410e072..62ae42f04 100644 --- a/static/openrpc.json +++ b/static/openrpc.json @@ -336,8 +336,8 @@ }, { "name": "getFeeStats", - "summary": "returns statistics about charged transaction fees", - "description": "Statistics about charged transaction fees.", + "summary": "returns statistics about charged inclusion fees", + "description": "Statistics for charged inclusion fees. The inclusion fee statistics are calculated from the inclusion fees that were paid for the transactions to be included onto the ledger. For Soroban transactions and Stellar transactions, they each have their own inclusion fees and own surge pricing. Inclusion fees are used to prevent spam and prioritize transactions during network traffic surge.", "externalDocs": { "url": "https://developers.stellar.org/network/soroban-rpc/api-reference/methods/getFeeStats" },