Updated Updating CHT (markdown)

Ivan Tomilov 2017-09-15 19:54:41 +03:00
parent a78e13ad26
commit 2b6dbe526b
1 changed files with 1 additions and 1 deletions

@ -10,7 +10,7 @@ Generate CHT:
Update CHT:
1. Update https://github.com/status-im/status-go/blob/9463d3843aa237d5ddc79f3cc2187a422d4065b3/static/config/cht.json with the new values
2. Run `make generate` to include the new static file to `bindata.go`
3. Update `geth/params/config_test.go` with the new values
3. Update `geth/params/config_test.go` and `geth/params/testdata/config.*.json` with the new values
4. Run `make`
5. Run `build/bin/statusd --networkid 3 les` on all available networks and ensure block synchronisation starts from block number `number * 4096`
6. Commit and file a PR