aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rawtransactions.py
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-03-22 06:40:14 +0100
committerpracticalswift <practicalswift@users.noreply.github.com>2017-03-22 17:50:03 +0100
commit389745901a79567e34fe30df99b77720ef0f686d (patch)
tree47c34df21aa94167f1d8b816112cc1e0bf8309ab /test/functional/rawtransactions.py
parent72163d45857d891d7eac71d664dbc255275c6f00 (diff)
downloadbitcoin-389745901a79567e34fe30df99b77720ef0f686d.tar.xz
[tests] Remove unused variables
Diffstat (limited to 'test/functional/rawtransactions.py')
-rwxr-xr-xtest/functional/rawtransactions.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/rawtransactions.py b/test/functional/rawtransactions.py
index 0374d8984a..d4c684136c 100755
--- a/test/functional/rawtransactions.py
+++ b/test/functional/rawtransactions.py
@@ -104,7 +104,6 @@ class RawTransactionsTest(BitcoinTestFramework):
txId = self.nodes[0].sendtoaddress(mSigObj, 2.2)
decTx = self.nodes[0].gettransaction(txId)
rawTx = self.nodes[0].decoderawtransaction(decTx['hex'])
- sPK = rawTx['vout'][0]['scriptPubKey']['hex']
self.sync_all()
self.nodes[0].generate(1)
self.sync_all()