qa: Remove never used return value of sync_with_ping

This commit is contained in:
MarcoFalke
2017-10-11 22:14:49 +02:00
parent fa9de370b1
commit fafa003970
2 changed files with 6 additions and 4 deletions

View File

@@ -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