aboutsummaryrefslogtreecommitdiff
path: root/doc/release-process.md
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2017-02-09 18:58:35 -0800
committerPieter Wuille <pieter.wuille@gmail.com>2017-02-09 18:58:35 -0800
commit41b8821adf846135272f418c579921980297b6d1 (patch)
treedbc73ad8cbdd00ac5a7295e7faac45aa4cb61c12 /doc/release-process.md
parent36f9d3ae6da48325b0a37ad7fd1abe263a0f2c9a (diff)
downloadbitcoin-41b8821adf846135272f418c579921980297b6d1.tar.xz
Add updating of chainTxData to release process
Diffstat (limited to 'doc/release-process.md')
-rw-r--r--doc/release-process.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release-process.md b/doc/release-process.md
index 399ed25c91..7987ddb571 100644
--- a/doc/release-process.md
+++ b/doc/release-process.md
@@ -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