mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 07:37:20 +00:00
README: update private network genesis spec with istanbul (#20841)
* add istanbul and muirGlacier to genesis states in README * remove muirGlacier, relocate istanbul
This commit is contained in:
parent
f78ffc0545
commit
f0be151349
1 changed files with 2 additions and 1 deletions
|
|
@ -217,7 +217,8 @@ aware of and agree upon. This consists of a small JSON file (e.g. call it `genes
|
|||
"eip158Block": 0,
|
||||
"byzantiumBlock": 0,
|
||||
"constantinopleBlock": 0,
|
||||
"petersburgBlock": 0
|
||||
"petersburgBlock": 0,
|
||||
"istanbulBlock": 0
|
||||
},
|
||||
"alloc": {},
|
||||
"coinbase": "0x0000000000000000000000000000000000000000",
|
||||
|
|
|
|||
Loading…
Reference in a new issue