aboutsummaryrefslogtreecommitdiff
path: root/src/test/validation_tests.cpp
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-04-18 11:02:05 +0100
committerfanquake <fanquake@gmail.com>2023-04-18 11:02:05 +0100
commit07fcc0a82cfd08c991f61c2340630f0c4659a3a0 (patch)
tree07286f6e4c504585adfd0c09a84feb9d993b5fe9 /src/test/validation_tests.cpp
parent5165984afcc035fd4a94c7b6b70a016097c7e673 (diff)
doc: update references to kernel/chainparams.cpp
Diffstat (limited to 'src/test/validation_tests.cpp')
-rw-r--r--src/test/validation_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/validation_tests.cpp b/src/test/validation_tests.cpp
index 6ea49cb4ee..0b4c491615 100644
--- a/src/test/validation_tests.cpp
+++ b/src/test/validation_tests.cpp
@@ -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) {