diff options
| author | practicalswift <[email protected]> | 2017-01-12 17:39:50 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-01-13 18:55:03 +0100 |
| commit | ac4a0953060e34ddd8f4bd7aa28c719d8ed2c068 (patch) | |
| tree | 33e09113685baac158deb2065f552d8b21241289 /qa/rpc-tests/p2p-segwit.py | |
| parent | Merge #8811: rpc: Add support for JSON-RPC named arguments (diff) | |
| download | discoin-ac4a0953060e34ddd8f4bd7aa28c719d8ed2c068.tar.xz discoin-ac4a0953060e34ddd8f4bd7aa28c719d8ed2c068.zip | |
Remove unused Python variables
Diffstat (limited to 'qa/rpc-tests/p2p-segwit.py')
| -rwxr-xr-x | qa/rpc-tests/p2p-segwit.py | 1 |
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) |