Skip to content

Commit 07fcc0a

Browse files
committed
doc: update references to kernel/chainparams.cpp
1 parent 5165984 commit 07fcc0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contrib/seeds/generate-seeds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55
'''
6-
Script to generate list of seed nodes for chainparams.cpp.
6+
Script to generate list of seed nodes for kernel/chainparams.cpp.
77
88
This script expects two text files in the directory that is passed as an
99
argument:

doc/release-process.md

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

3131
* Update hardcoded [seeds](/contrib/seeds/README.md), see [this pull request](https://github.com/bitcoin/bitcoin/pull/7415) for an example.
32-
* Update the following variables in [`src/chainparams.cpp`](/src/chainparams.cpp) for mainnet, testnet, and signet:
32+
* Update the following variables in [`src/kernel/chainparams.cpp`](/src/kernel/chainparams.cpp) for mainnet, testnet, and signet:
3333
- `m_assumed_blockchain_size` and `m_assumed_chain_state_size` with the current size plus some overhead (see
3434
[this](#how-to-calculate-assumed-blockchain-and-chain-state-size) for information on how to calculate them).
3535
- The following updates should be reviewed with `reindex-chainstate` and `assumevalid=0` to catch any defect

src/test/validation_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ BOOST_AUTO_TEST_CASE(test_assumeutxo)
127127
const auto params = CreateChainParams(*m_node.args, CBaseChainParams::REGTEST);
128128

129129
// These heights don't have assumeutxo configurations associated, per the contents
130-
// of chainparams.cpp.
130+
// of kernel/chainparams.cpp.
131131
std::vector<int> bad_heights{0, 100, 111, 115, 209, 211};
132132

133133
for (auto empty : bad_heights) {

0 commit comments

Comments
 (0)