doc: fix typos

This commit is contained in:
Adlai Chandrasekhar
2025-01-16 17:29:12 +02:00
parent 335798c496
commit b30cc71e85
3 changed files with 3 additions and 3 deletions

View File

@@ -705,7 +705,7 @@ BOOST_AUTO_TEST_CASE(CreateNewBlock_validity)
{
LOCK(cs_main);
// The above calls don't guarantee the tip is actually updated, so
// we explictly check this.
// we explicitly check this.
auto maybe_new_tip{Assert(m_node.chainman)->ActiveChain().Tip()};
BOOST_REQUIRE_EQUAL(maybe_new_tip->GetBlockHash(), block.GetHash());
}