File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -533,9 +533,6 @@ BOOST_AUTO_TEST_CASE(addrman_selecttriedcollision)
533
533
{
534
534
CAddrManTest addrman;
535
535
536
- // Set addrman addr placement to be deterministic.
537
- addrman.MakeDeterministic ();
538
-
539
536
BOOST_CHECK (addrman.size () == 0 );
540
537
541
538
// Empty addrman should return blank addrman info.
@@ -568,9 +565,6 @@ BOOST_AUTO_TEST_CASE(addrman_noevict)
568
565
{
569
566
CAddrManTest addrman;
570
567
571
- // Set addrman addr placement to be deterministic.
572
- addrman.MakeDeterministic ();
573
-
574
568
// Add twenty two addresses.
575
569
CNetAddr source = ResolveIP (" 252.2.2.2" );
576
570
for (unsigned int i = 1 ; i < 23 ; i++) {
@@ -627,9 +621,6 @@ BOOST_AUTO_TEST_CASE(addrman_evictionworks)
627
621
{
628
622
CAddrManTest addrman;
629
623
630
- // Set addrman addr placement to be deterministic.
631
- addrman.MakeDeterministic ();
632
-
633
624
BOOST_CHECK (addrman.size () == 0 );
634
625
635
626
// Empty addrman should return blank addrman info.
You can’t perform that action at this time.
0 commit comments