aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/p2p-timeouts.py
diff options
context:
space:
mode:
Diffstat (limited to 'qa/rpc-tests/p2p-timeouts.py')
-rwxr-xr-xqa/rpc-tests/p2p-timeouts.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/qa/rpc-tests/p2p-timeouts.py b/qa/rpc-tests/p2p-timeouts.py
index 7f596b6e4b..498acb23fe 100755
--- a/qa/rpc-tests/p2p-timeouts.py
+++ b/qa/rpc-tests/p2p-timeouts.py
@@ -53,8 +53,7 @@ class TimeoutsTest(BitcoinTestFramework):
self.nodes = []
# Start up node0 to be a version 1, pre-segwit node.
- self.nodes = start_nodes(self.num_nodes, self.options.tmpdir,
- [["-debug", "-logtimemicros=1"]])
+ self.nodes = start_nodes(self.num_nodes, self.options.tmpdir)
def run_test(self):
# Setup the p2p connections and start up the network thread.