mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Replace 8888 with “<arbitrary positive integer>”
Per PR review, replace Moriteru’s arbitrary positive integer 8888 with “<arbitrary positive integer>” in chainId field.
This commit is contained in:
parent
ad8adf61ee
commit
6c440bb546
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ aware of and agree upon. This consists of a small JSON file (e.g. call it `genes
|
|||
```json
|
||||
{
|
||||
"config": {
|
||||
"chainId": 8888,
|
||||
"chainId": <arbitrary positive integer>,
|
||||
"homesteadBlock": 0,
|
||||
"eip150Block": 0,
|
||||
"eip155Block": 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue