Skip to content

Commit

Permalink
Remove unneeded stop
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Jun 7, 2024
1 parent 073e78a commit 5639537
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openrpc/src/schemas/FeeDistribution.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "object",
"properties": {
"max": {
"description": "Maximum fee.",
"description": "Maximum fee",
"type": "string"
},
"min": {
Expand Down
4 changes: 2 additions & 2 deletions static/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
"description": "Inclusion fee distribution statistics for Soroban transactions",
"properties": {
"max": {
"description": "Maximum fee.",
"description": "Maximum fee",
"type": "string"
},
"min": {
Expand Down Expand Up @@ -419,7 +419,7 @@
"description": "Fee distribution statistics for Stellar (i.e. non-Soroban) transactions. Statistics are normalized per operation.",
"properties": {
"max": {
"description": "Maximum fee.",
"description": "Maximum fee",
"type": "string"
},
"min": {
Expand Down

0 comments on commit 5639537

Please sign in to comment.