aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/p2p-segwit.py
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-01-12 17:39:50 +0100
committerpracticalswift <practicalswift@users.noreply.github.com>2017-01-13 18:55:03 +0100
commitac4a0953060e34ddd8f4bd7aa28c719d8ed2c068 (patch)
tree33e09113685baac158deb2065f552d8b21241289 /qa/rpc-tests/p2p-segwit.py
parent5754e0341b7c033d4caf99534aca47e9981bd7ed (diff)
Remove unused Python variables
Diffstat (limited to 'qa/rpc-tests/p2p-segwit.py')
-rwxr-xr-xqa/rpc-tests/p2p-segwit.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/rpc-tests/p2p-segwit.py b/qa/rpc-tests/p2p-segwit.py
index 51adec5cae..b0ff3beace 100755
--- a/qa/rpc-tests/p2p-segwit.py
+++ b/qa/rpc-tests/p2p-segwit.py
@@ -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)