Add updating of chainTxData to release process

This commit is contained in:
Pieter Wuille 2017-02-09 18:58:35 -08:00
parent 36f9d3ae6d
commit 41b8821adf
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ Before every major release:
* Update hardcoded [seeds](/contrib/seeds/README.md), see [this pull request](https://github.com/bitcoin/bitcoin/pull/7415) for an example.
* Update [`BLOCK_CHAIN_SIZE`](/src/qt/intro.cpp) to the current size plus some overhead.
* Update `src/chainparams.cpp` chainTxData with statistics about the transaction count and rate.
### First time / New builders