mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
comment out BPO1/2 in amsterdam fork test config to make tests pass: the Amsterdam tests aren't filled with bpo1/2 activated
This commit is contained in:
parent
fe72cf69da
commit
85fc41406b
1 changed files with 2 additions and 2 deletions
|
|
@ -521,8 +521,8 @@ var Forks = map[string]*params.ChainConfig{
|
|||
Cancun: params.DefaultCancunBlobConfig,
|
||||
Prague: params.DefaultPragueBlobConfig,
|
||||
Osaka: params.DefaultOsakaBlobConfig,
|
||||
BPO1: bpo1BlobConfig,
|
||||
BPO2: bpo2BlobConfig,
|
||||
//BPO1: bpo1BlobConfig,
|
||||
//BPO2: bpo2BlobConfig,
|
||||
},
|
||||
},
|
||||
"OsakaToBPO1AtTime15k": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue