aboutsummaryrefslogtreecommitdiff
path: root/src/test/net_tests.cpp
diff options
context:
space:
mode:
authorEthan Heilman <[email protected]>2016-05-18 20:14:26 -0400
committerEthan Heilman <[email protected]>2016-05-18 20:14:26 -0400
commit2a8b3589b5a6c0863012329ddb40e7d901decf0e (patch)
treecd4c199974f650b813304cfa168ddf226af0e13e /src/test/net_tests.cpp
parentRemove non-determinism which is breaking net_tests #8069 (diff)
downloaddiscoin-2a8b3589b5a6c0863012329ddb40e7d901decf0e.tar.xz
discoin-2a8b3589b5a6c0863012329ddb40e7d901decf0e.zip
Fix typo adddrman to addrman as requested in #8070
Diffstat (limited to 'src/test/net_tests.cpp')
-rw-r--r--src/test/net_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/net_tests.cpp b/src/test/net_tests.cpp
index df1a4d2fb..b38d61f33 100644
--- a/src/test/net_tests.cpp
+++ b/src/test/net_tests.cpp
@@ -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);