diff options
author | fanquake <fanquake@gmail.com> | 2023-04-18 11:02:05 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-04-18 11:02:05 +0100 |
commit | 07fcc0a82cfd08c991f61c2340630f0c4659a3a0 (patch) | |
tree | 07286f6e4c504585adfd0c09a84feb9d993b5fe9 /doc | |
parent | 5165984afcc035fd4a94c7b6b70a016097c7e673 (diff) |
doc: update references to kernel/chainparams.cpp
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 f1fd72f8ac..5ad1b66cbf 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -29,7 +29,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) for mainnet, testnet, and signet: +* Update the following variables in [`src/kernel/chainparams.cpp`](/src/kernel/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). - The following updates should be reviewed with `reindex-chainstate` and `assumevalid=0` to catch any defect |