aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/p2p-segwit.py
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2017-01-12 17:39:50 +0100
committerpracticalswift <[email protected]>2017-01-13 18:55:03 +0100
commitac4a0953060e34ddd8f4bd7aa28c719d8ed2c068 (patch)
tree33e09113685baac158deb2065f552d8b21241289 /qa/rpc-tests/p2p-segwit.py
parentMerge #8811: rpc: Add support for JSON-RPC named arguments (diff)
downloaddiscoin-ac4a0953060e34ddd8f4bd7aa28c719d8ed2c068.tar.xz
discoin-ac4a0953060e34ddd8f4bd7aa28c719d8ed2c068.zip
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 51adec5ca..b0ff3beac 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)