mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-24 13:51:27 +02:00
Remove assigned but never used local variables
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user