mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
rm obsolete test
This commit is contained in:
parent
86ce9242a7
commit
4a017ffc1f
1 changed files with 0 additions and 14 deletions
|
|
@ -207,20 +207,6 @@ func TestSetFeeDefaults(t *testing.T) {
|
||||||
errors.New("both gasPrice and (maxFeePerGas or maxPriorityFeePerGas) specified"),
|
errors.New("both gasPrice and (maxFeePerGas or maxPriorityFeePerGas) specified"),
|
||||||
},
|
},
|
||||||
// EIP-4844
|
// EIP-4844
|
||||||
{
|
|
||||||
"set maxFeePerBlobGas pre cancun",
|
|
||||||
"london",
|
|
||||||
&TransactionArgs{BlobFeeCap: fortytwo},
|
|
||||||
nil,
|
|
||||||
errors.New("maxFeePerBlobGas is not valid before Cancun is active"),
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"set maxFeePerBlobGas pre london",
|
|
||||||
"legacy",
|
|
||||||
&TransactionArgs{BlobFeeCap: fortytwo},
|
|
||||||
nil,
|
|
||||||
errors.New("maxFeePerBlobGas is not valid before Cancun is active"),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"set gas price and maxFee for blob transaction",
|
"set gas price and maxFee for blob transaction",
|
||||||
"cancun",
|
"cancun",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue