mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
Remove unused Python variables
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user