From 073e78a64039aacaf58f461cd1d78a3be39c6069 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Fri, 7 Jun 2024 21:04:58 +0200 Subject: [PATCH] Address review feedback --- openrpc/src/methods/getFeeStats.json | 2 +- static/openrpc.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openrpc/src/methods/getFeeStats.json b/openrpc/src/methods/getFeeStats.json index b604c67bc..aa0470162 100644 --- a/openrpc/src/methods/getFeeStats.json +++ b/openrpc/src/methods/getFeeStats.json @@ -17,7 +17,7 @@ "$ref": "#/components/schemas/FeeDistribution" }, "inclusionFee": { - "description": "Fee distribution statistics for classic (i.e. non-Soroban) transactions. Statistics are normalized per operation.", + "description": "Fee distribution statistics for Stellar (i.e. non-Soroban) transactions. Statistics are normalized per operation.", "$ref": "#/components/schemas/FeeDistribution" }, "latestLedger": { diff --git a/static/openrpc.json b/static/openrpc.json index 3ee183436..6d7f899a3 100644 --- a/static/openrpc.json +++ b/static/openrpc.json @@ -416,7 +416,7 @@ }, "inclusionFee": { "type": "object", - "description": "Fee distribution statistics for classic (i.e. non-Soroban) transactions. Statistics are normalized per operation.", + "description": "Fee distribution statistics for Stellar (i.e. non-Soroban) transactions. Statistics are normalized per operation.", "properties": { "max": { "description": "Maximum fee.",