Remove unused Python variables

This commit is contained in:
practicalswift
2017-01-12 17:39:50 +01:00
parent 5754e0341b
commit ac4a095306
7 changed files with 2 additions and 8 deletions

View File

@@ -951,7 +951,6 @@ class SegWitTest(BitcoinTestFramework):
tx.rehash()
tx_hash = tx.sha256
tx_value = tx.vout[0].nValue
# Verify that unnecessary witnesses are rejected.
self.test_node.announce_tx_and_wait_for_getdata(tx)