File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1813,7 +1813,7 @@ void CConnman::ThreadOpenConnections(const std::vector<std::string> connect)
1813
1813
LOCK2 (m_addr_fetches_mutex, cs_vAddedNodes);
1814
1814
if (m_addr_fetches.empty () && vAddedNodes.empty ()) {
1815
1815
add_fixed_seeds_now = true ;
1816
- LogPrintf (" Adding fixed seeds as -dnsseed=0, -addnode is not provided and and all -seednode(s) attempted\n " );
1816
+ LogPrintf (" Adding fixed seeds as -dnsseed=0, -addnode is not provided and all -seednode(s) attempted\n " );
1817
1817
}
1818
1818
}
1819
1819
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ def test_seed_peers(self):
172
172
with self .nodes [0 ].assert_debug_log (expected_msgs = [
173
173
"Loaded 0 addresses from peers.dat" ,
174
174
"DNS seeding disabled" ,
175
- "Adding fixed seeds as -dnsseed=0, -addnode is not provided and and all -seednode(s) attempted\n " ]):
175
+ "Adding fixed seeds as -dnsseed=0, -addnode is not provided and all -seednode(s) attempted\n " ]):
176
176
self .start_node (0 , extra_args = ['-dnsseed=0' ])
177
177
assert time .time () - start < 60
178
178
self .stop_node (0 )
You can’t perform that action at this time.
0 commit comments