From ac4a0953060e34ddd8f4bd7aa28c719d8ed2c068 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Thu, 12 Jan 2017 17:39:50 +0100 Subject: Remove unused Python variables --- qa/rpc-tests/p2p-segwit.py | 1 - 1 file changed, 1 deletion(-) (limited to 'qa/rpc-tests/p2p-segwit.py') 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) -- cgit v1.2.3