mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-23 10:32:47 +02:00
[refactor] Correct log message in net.cpp
This commit is contained in:
@@ -172,7 +172,7 @@ class ConfArgsTest(BitcoinTestFramework):
|
||||
with self.nodes[0].assert_debug_log(expected_msgs=[
|
||||
"Loaded 0 addresses from peers.dat",
|
||||
"DNS seeding disabled",
|
||||
"Adding fixed seeds as -dnsseed=0, -addnode is not provided and and all -seednode(s) attempted\n"]):
|
||||
"Adding fixed seeds as -dnsseed=0, -addnode is not provided and all -seednode(s) attempted\n"]):
|
||||
self.start_node(0, extra_args=['-dnsseed=0'])
|
||||
assert time.time() - start < 60
|
||||
self.stop_node(0)
|
||||
|
Reference in New Issue
Block a user