Skip to content

Commit

Permalink
rm eth_maxFeePerGas
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed Jun 3, 2021
1 parent de9a846 commit ee0a37a
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions json-rpc/spec.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
<<<<<<< HEAD
"openrpc": "1.0.0",
"info": {
"version": "1.0.10",
Expand Down Expand Up @@ -196,14 +197,6 @@
"$ref": "#/components/contentDescriptors/GasPrice"
}
},
{
"name": "eth_maxFeePerGas",
"summary": "Returns a maxFeePerGas value suitable for quick transaction inclusion",
"params": [],
"result": {
"$ref": "#/components/contentDescriptors/MaxFeePerGas"
}
},
{
"name": "eth_maxPriorityFeePerGas",
"summary": "Returns a maxPriorityFeePerGas value suitable for quick transaction inclusion",
Expand Down Expand Up @@ -1776,15 +1769,6 @@
"$ref": "#/components/schemas/Integer"
}
},
"MaxFeePerGas": {
"name": "maxFeePerGas",
"required": true,
"schema": {
"title": "maxFeeCapPerGas",
"description": "Integer of the max fee per gas",
"$ref": "#/components/schemas/Integer256"
}
},
"MaxPriorityFeePerGas": {
"name": "maxPriorityFeePerGas",
"required": true,
Expand Down

0 comments on commit ee0a37a

Please sign in to comment.