Change the network magic numbers.

This commit is contained in:
Taylor Hornby
2016-06-16 19:46:43 -06:00
parent bbf75f9f70
commit 1ea8b00926
2 changed files with 11 additions and 5 deletions

View File

@@ -30,8 +30,14 @@ git shortlog helps a lot, for example:
$ git shortlog --no-merges v${ZCASH_RELEASE_PREV}..HEAD \
> ./doc/release-notes/release-notes-${ZCASH_RELEASE}.md
### B3. change the network magics
If this release breaks backwards compatibility, change the network magic
numbers. Set the four `pchMessageStart` in `CTestNetParams` in `chainparams.cpp`
to random values.
### B3. merge the previous changes
### B4. merge the previous changes
Do the normal pull-request, review, testing process for this release PR.