Skip to content

Commit 2a8b358

Browse files
committed
Fix typo adddrman to addrman as requested in #8070
1 parent f4119c6 commit 2a8b358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/net_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ BOOST_AUTO_TEST_CASE(caddrdb_read_corrupted)
128128
} catch (const std::exception& e) {
129129
exceptionThrown = true;
130130
}
131-
// Even through de-serialization failed adddrman is not left in a clean state.
131+
// Even through de-serialization failed addrman is not left in a clean state.
132132
BOOST_CHECK(addrman1.size() == 1);
133133
BOOST_CHECK(exceptionThrown);
134134

0 commit comments

Comments
 (0)