1
0

trezor and clones: rm dead code

see Electron-Cash/Electron-Cash#872
see Electron-Cash/Electron-Cash#874
This commit is contained in:
SomberNight
2018-09-30 02:10:17 +02:00
parent 8aebb8249a
commit ab1ec57429
4 changed files with 3 additions and 16 deletions

View File

@@ -742,7 +742,6 @@ class Transaction:
j = pubkeys.index(pubkey_hex)
print_error("adding sig", i, j, pubkey_hex, sig)
self.add_signature_to_txin(i, j, sig)
#self._inputs[i]['x_pubkeys'][j] = pubkey
break
# redo raw
self.raw = self.serialize()