mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
Merge #9532: Remove unused variables
90fd29bRemove unused int64_t nSinceLastSeen (practicalswift)ac4a095Remove unused Python variables (practicalswift)
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