aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/p2p-segwit.py
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-02-07 15:25:26 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2017-02-07 15:28:50 +0100
commitb709fe7ffc44ae14bbd2403cdfbfa4fcf94cef6b (patch)
tree9f6005c08a05024d07bcbf358f9b170d3c77f857 /qa/rpc-tests/p2p-segwit.py
parent729de15b6365face6ae9e12a03624da33a6302f0 (diff)
parent90fd29bd0dcbaf5d5c4ef9e69824297c35f0b88e (diff)
downloadbitcoin-b709fe7ffc44ae14bbd2403cdfbfa4fcf94cef6b.tar.xz
Merge #9532: Remove unused variables
90fd29b Remove unused int64_t nSinceLastSeen (practicalswift) ac4a095 Remove unused Python variables (practicalswift)
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 a7858ad3d8..2f339bb54f 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)