diff options
| author | MarcoFalke <[email protected]> | 2020-10-21 21:12:09 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-10-21 21:07:28 +0200 |
| commit | fa5f46600fb98f1b35346bedc1a66c9019d01114 (patch) | |
| tree | a221a5669097a9bbc9abe2c8a6a966a43802fd6a | |
| parent | Merge #20198: Show name, format and if uses descriptors in bitcoin-wallet tool (diff) | |
| download | discoin-fa5f46600fb98f1b35346bedc1a66c9019d01114.tar.xz discoin-fa5f46600fb98f1b35346bedc1a66c9019d01114.zip | |
test: Fix rpc_net intermittent issue
| -rwxr-xr-x | test/functional/rpc_net.py | 1 |
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() |