aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-10-11 22:14:49 +0200
committerMarcoFalke <falke.marco@gmail.com>2017-10-13 15:29:18 +0200
commitfafa0039708e15d1067be091b2bfc10195afa480 (patch)
tree9076398b43cf72c1e8469dff84757bb1beb5b37e /test/functional/test_framework
parentfa9de370b17297d6dd542da627c8dd2b31aec340 (diff)
downloadbitcoin-fafa0039708e15d1067be091b2bfc10195afa480.tar.xz
qa: Remove never used return value of sync_with_ping
Diffstat (limited to 'test/functional/test_framework')
-rwxr-xr-xtest/functional/test_framework/mininode.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/test_framework/mininode.py b/test/functional/test_framework/mininode.py
index d072969d7f..453694c435 100755
--- a/test/functional/test_framework/mininode.py
+++ b/test/functional/test_framework/mininode.py
@@ -1615,7 +1615,6 @@ class NodeConnCB(object):
test_function = lambda: self.last_message.get("pong") and self.last_message["pong"].nonce == self.ping_counter
wait_until(test_function, timeout=timeout, lock=mininode_lock)
self.ping_counter += 1
- return True
# The actual NodeConn class
# This class provides an interface for a p2p connection to a specified node