diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-03-22 06:40:14 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-03-22 17:50:03 +0100 |
commit | 389745901a79567e34fe30df99b77720ef0f686d (patch) | |
tree | 47c34df21aa94167f1d8b816112cc1e0bf8309ab /test/functional/rawtransactions.py | |
parent | 72163d45857d891d7eac71d664dbc255275c6f00 (diff) |
[tests] Remove unused variables
Diffstat (limited to 'test/functional/rawtransactions.py')
-rwxr-xr-x | test/functional/rawtransactions.py | 1 |
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() |