Remove assigned but never used local variables

This commit is contained in:
practicalswift
2018-03-29 17:47:06 +02:00
parent f0f9732d05
commit 169f3e8637
5 changed files with 17 additions and 17 deletions

View File

@@ -833,7 +833,7 @@ class SegWitTest(BitcoinTestFramework):
self.test_node.announce_tx_and_wait_for_getdata(tx, timeout=2)
self.log.error("Error: duplicate tx getdata!")
assert(False)
except AssertionError as e:
except AssertionError:
pass
# Delivering this transaction with witness should fail (no matter who