aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlash Sheridan <flash@pobox.com>2019-08-26 15:44:05 +0800
committerPéter Szilágyi <peterke@gmail.com>2019-08-26 15:44:05 +0800
commita978adfd7c5ec1b9f7271c69f8f3a6686bb73c19 (patch)
tree5c57c83169e8dc62025d6ab866ec1e88456a3a37
parentcc9eb91d30a5d4806154b832b9665aecc617b6d8 (diff)
downloadgo-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.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index eaadb8985..87e2328af 100644
--- a/README.md
+++ b/README.md
@@ -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,