[tests] Remove unused variables

This commit is contained in:
practicalswift
2017-03-22 06:40:14 +01:00
parent 72163d4585
commit 389745901a
5 changed files with 2 additions and 7 deletions

View File

@@ -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()