mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
params: enable osaka fork in MergedTestChainConfig
This commit is contained in:
parent
7ec493f66b
commit
2408994ea1
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ var (
|
|||
ShanghaiTime: newUint64(0),
|
||||
CancunTime: newUint64(0),
|
||||
PragueTime: newUint64(0),
|
||||
OsakaTime: nil,
|
||||
OsakaTime: newUint64(0),
|
||||
VerkleTime: nil,
|
||||
TerminalTotalDifficulty: big.NewInt(0),
|
||||
Ethash: new(EthashConfig),
|
||||
|
|
|
|||
Loading…
Reference in a new issue