We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67c1f2 commit 6206838Copy full SHA for 6206838
test/functional/test_framework/mininode.py
@@ -492,7 +492,7 @@ def test_function():
492
# P2PConnection acquires this lock whenever delivering a message to a P2PInterface.
493
# This lock should be acquired in the thread running the test logic to synchronize
494
# access to any data shared with the P2PInterface or P2PConnection.
495
-mininode_lock = threading.RLock()
+mininode_lock = threading.Lock()
496
497
498
class NetworkThread(threading.Thread):
0 commit comments