Browse Source

Fix typo adddrman to addrman as requested in #8070

0.13
Ethan Heilman 9 years ago
parent
commit
2a8b3589b5
  1. 2
      src/test/net_tests.cpp

2
src/test/net_tests.cpp

@ -128,7 +128,7 @@ BOOST_AUTO_TEST_CASE(caddrdb_read_corrupted)
} catch (const std::exception& e) { } catch (const std::exception& e) {
exceptionThrown = true; 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(addrman1.size() == 1);
BOOST_CHECK(exceptionThrown); BOOST_CHECK(exceptionThrown);

Loading…
Cancel
Save