[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

@@ -691,7 +691,6 @@ class RawTransactionsTest(BitcoinTestFramework):
inputs = []
outputs = {self.nodes[2].getnewaddress(): value for value in (1.0, 1.1, 1.2, 1.3)}
keys = list(outputs.keys())
rawtx = self.nodes[3].createrawtransaction(inputs, outputs)
result = [self.nodes[3].fundrawtransaction(rawtx),