diff options
author | Flash Sheridan <flash@pobox.com> | 2019-08-26 15:44:05 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2019-08-26 15:44:05 +0800 |
commit | a978adfd7c5ec1b9f7271c69f8f3a6686bb73c19 (patch) | |
tree | 5c57c83169e8dc62025d6ab866ec1e88456a3a37 /README.md | |
parent | cc9eb91d30a5d4806154b832b9665aecc617b6d8 (diff) | |
download | go-tangerine-a978adfd7c5ec1b9f7271c69f8f3a6686bb73c19.tar go-tangerine-a978adfd7c5ec1b9f7271c69f8f3a6686bb73c19.tar.gz go-tangerine-a978adfd7c5ec1b9f7271c69f8f3a6686bb73c19.tar.bz2 go-tangerine-a978adfd7c5ec1b9f7271c69f8f3a6686bb73c19.tar.lz go-tangerine-a978adfd7c5ec1b9f7271c69f8f3a6686bb73c19.tar.xz go-tangerine-a978adfd7c5ec1b9f7271c69f8f3a6686bb73c19.tar.zst go-tangerine-a978adfd7c5ec1b9f7271c69f8f3a6686bb73c19.zip |
README: change chainID to <arbitrary positive integer> (#20002)
* Change chainId in genesis block to 8888 from 0
Change chainId in genesis block to 8888 from 0 per Moriteru in https://ethereum.stackexchange.com/a/28082/40230.
* Replace 8888 with “<arbitrary positive integer>”
Per PR review, replace Moriteru’s arbitrary positive integer 8888 with “<arbitrary positive integer>” in chainId field.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 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": 0, + "chainId": <arbitrary positive integer>, "homesteadBlock": 0, "eip150Block": 0, "eip155Block": 0, |