File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Release Process
28
28
#### Before branch-off
29
29
30
30
* 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 :
32
32
- ` m_assumed_blockchain_size ` and ` m_assumed_chain_state_size ` with the current size plus some overhead (see
33
33
[ this] ( #how-to-calculate-assumed-blockchain-and-chain-state-size ) for information on how to calculate them).
34
34
- ` chainTxData ` with statistics about the transaction count and rate. Use the output of the ` getchaintxstats ` RPC, see
You can’t perform that action at this time.
0 commit comments