We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4119c6 commit 2a8b358Copy full SHA for 2a8b358
src/test/net_tests.cpp
@@ -128,7 +128,7 @@ BOOST_AUTO_TEST_CASE(caddrdb_read_corrupted)
128
} catch (const std::exception& e) {
129
exceptionThrown = true;
130
}
131
- // Even through de-serialization failed adddrman is not left in a clean state.
+ // Even through de-serialization failed addrman is not left in a clean state.
132
BOOST_CHECK(addrman1.size() == 1);
133
BOOST_CHECK(exceptionThrown);
134
0 commit comments