diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-03-20 17:58:40 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-03-20 17:59:20 +0100 |
| commit | 0c17afcbe73ec546bc63aea34639fa0f4ea45c37 (patch) | |
| tree | fc090d51372e4fb9e01add4255ce4c116d09d163 | |
| parent | Merge #10038: Add mallocinfo mode to `getmemoryinfo` RPC (diff) | |
| parent | Add updating of chainTxData to release process (diff) | |
| download | discoin-0c17afcbe73ec546bc63aea34639fa0f4ea45c37.tar.xz discoin-0c17afcbe73ec546bc63aea34639fa0f4ea45c37.zip | |
Merge #9734: Add updating of chainTxData to release process
41b8821 Add updating of chainTxData to release process (Pieter Wuille)
Tree-SHA512: f7d6e72b19aa83fc4851a9316d6c6a236e0e914d637525cda42c0b15a94543b8072ce67b57d6b12141332a03b64b6c715dff4d61e6e58e0197b22305b35ad65d
| -rw-r--r-- | doc/release-process.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 91ef9e228..44d575798 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 |