diff options
author | Jon Atack <jon@atack.com> | 2022-02-28 15:07:48 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2022-04-19 20:22:38 +0200 |
commit | fe048f7f7cd15597f24ca219a0077c46d088ca30 (patch) | |
tree | 7d65bb7761fb8faac785575f7eccb529e93aef77 /doc | |
parent | 584147682ad670cd3be99006af5d643549bba3bc (diff) |
Specify in release process which chains need to be updated
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-process.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index b640084b46..ddd1b9266b 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -28,7 +28,7 @@ Release Process #### Before branch-off * Update hardcoded [seeds](/contrib/seeds/README.md), see [this pull request](https://github.com/bitcoin/bitcoin/pull/7415) for an example. -* Update the following variables in [`src/chainparams.cpp`](/src/chainparams.cpp): +* Update the following variables in [`src/chainparams.cpp`](/src/chainparams.cpp) for mainnet, testnet, and signet: - `m_assumed_blockchain_size` and `m_assumed_chain_state_size` with the current size plus some overhead (see [this](#how-to-calculate-assumed-blockchain-and-chain-state-size) for information on how to calculate them). - `chainTxData` with statistics about the transaction count and rate. Use the output of the `getchaintxstats` RPC, see |