mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 09:23:48 +00:00
add todo
This commit is contained in:
parent
90dcd2adab
commit
939bfe0805
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ func TestTransaction(t *testing.T) {
|
|||
txt.skipLoad("^ttEIP3860/DataTestInitCodeTooBig.json")
|
||||
|
||||
// The following tests require the tx precheck to be performed.
|
||||
// TODO(s1na): expose stateTransition.precheck publicly to be able to run these tests.
|
||||
txt.skipLoad("^ttEIP1559/maxPriorityFeePerGass32BytesValue.json")
|
||||
txt.skipLoad("^ttEIP1559/maxPriorityFeePerGasOverflow.json")
|
||||
txt.skipLoad("^ttEIP1559/maxFeePerGas32BytesValue.json")
|
||||
|
|
|
|||
Loading…
Reference in a new issue