mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-29 16:24:22 +00:00
Fix typo adddrman to addrman as requested in #8070
This commit is contained in:
parent
f4119c6c98
commit
2a8b3589b5
@ -128,7 +128,7 @@ BOOST_AUTO_TEST_CASE(caddrdb_read_corrupted)
|
||||
} catch (const std::exception& e) {
|
||||
exceptionThrown = true;
|
||||
}
|
||||
// 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.
|
||||
BOOST_CHECK(addrman1.size() == 1);
|
||||
BOOST_CHECK(exceptionThrown);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user