aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2020-10-21 21:12:09 +0200
committerMarcoFalke <[email protected]>2020-10-21 21:07:28 +0200
commitfa5f46600fb98f1b35346bedc1a66c9019d01114 (patch)
treea221a5669097a9bbc9abe2c8a6a966a43802fd6a
parentMerge #20198: Show name, format and if uses descriptors in bitcoin-wallet tool (diff)
downloaddiscoin-fa5f46600fb98f1b35346bedc1a66c9019d01114.tar.xz
discoin-fa5f46600fb98f1b35346bedc1a66c9019d01114.zip
test: Fix rpc_net intermittent issue
-rwxr-xr-xtest/functional/rpc_net.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/rpc_net.py b/test/functional/rpc_net.py
index 9f7498a2f..71e8e1b22 100755
--- a/test/functional/rpc_net.py
+++ b/test/functional/rpc_net.py
@@ -54,6 +54,7 @@ class NetTest(BitcoinTestFramework):
# Connect nodes both ways.
self.connect_nodes(0, 1)
self.connect_nodes(1, 0)
+ self.sync_all()
self.test_connection_count()
self.test_getpeerinfo()