1
0
This commit is contained in:
ThomasV
2017-10-09 10:42:43 +02:00
parent 5480b7dff5
commit b1cc81a6f6
2 changed files with 2 additions and 3 deletions

View File

@@ -883,8 +883,7 @@ class Transaction:
break
if x_pubkey in keypairs.keys():
print_error("adding signature for", x_pubkey)
sec = keypairs.get(x_pubkey)
compressed = True
sec, compressed = keypairs.get(x_pubkey)
pubkey = public_key_from_private_key(sec, compressed)
# add signature
pre_hash = Hash(bfh(self.serialize_preimage(i)))