From 5cdf10611fe5ea77d4632c24e69e68aa9b8119e0 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Fri, 20 Jan 2017 22:55:26 +0100 Subject: Remove redundant semicolons in Python code --- qa/rpc-tests/p2p-feefilter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qa/rpc-tests/p2p-feefilter.py') diff --git a/qa/rpc-tests/p2p-feefilter.py b/qa/rpc-tests/p2p-feefilter.py index 96d99d38a7..86ce0b42e6 100755 --- a/qa/rpc-tests/p2p-feefilter.py +++ b/qa/rpc-tests/p2p-feefilter.py @@ -21,9 +21,9 @@ def allInvsMatch(invsExpected, testnode): for x in range(60): with mininode_lock: if (sorted(invsExpected) == sorted(testnode.txinvs)): - return True; + return True time.sleep(1) - return False; + return False # TestNode: bare-bones "peer". Used to track which invs are received from a node # and to send the node feefilter messages. -- cgit v1.2.3