doc: update references to kernel/chainparams.cpp

This commit is contained in:
fanquake
2023-04-18 11:02:05 +01:00
parent 5165984afc
commit 07fcc0a82c
3 changed files with 3 additions and 3 deletions

View File

@@ -127,7 +127,7 @@ BOOST_AUTO_TEST_CASE(test_assumeutxo)
const auto params = CreateChainParams(*m_node.args, CBaseChainParams::REGTEST);
// These heights don't have assumeutxo configurations associated, per the contents
// of chainparams.cpp.
// of kernel/chainparams.cpp.
std::vector<int> bad_heights{0, 100, 111, 115, 209, 211};
for (auto empty : bad_heights) {