Skip to content

Commit fe048f7

Browse files
committed
Specify in release process which chains need to be updated
1 parent 5841476 commit fe048f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Release Process
2828
#### Before branch-off
2929

3030
* Update hardcoded [seeds](/contrib/seeds/README.md), see [this pull request](https://github.com/bitcoin/bitcoin/pull/7415) for an example.
31-
* Update the following variables in [`src/chainparams.cpp`](/src/chainparams.cpp):
31+
* Update the following variables in [`src/chainparams.cpp`](/src/chainparams.cpp) for mainnet, testnet, and signet:
3232
- `m_assumed_blockchain_size` and `m_assumed_chain_state_size` with the current size plus some overhead (see
3333
[this](#how-to-calculate-assumed-blockchain-and-chain-state-size) for information on how to calculate them).
3434
- `chainTxData` with statistics about the transaction count and rate. Use the output of the `getchaintxstats` RPC, see

0 commit comments

Comments
 (0)