Skip to content

Commit

Permalink
Address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Jun 7, 2024
1 parent 93a93e8 commit 073e78a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openrpc/src/methods/getFeeStats.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion static/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 073e78a

Please sign in to comment.