tfix #2566 #2519 - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 064b59c65edd9e51758335ba6e46422f2ba01a52
DIR parent 0c5c62da05fff4a0d65da55f1823291f547839c8
HTML Author: ThomasV <thomasv@electrum.org>
Date: Thu, 29 Jun 2017 16:51:55 +0200
fix #2566 #2519
Diffstat:
M lib/transaction.py | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/lib/transaction.py b/lib/transaction.py
t@@ -831,6 +831,7 @@ class Transaction:
assert public_key.verify_digest(sig, pre_hash, sigdecode = ecdsa.util.sigdecode_der)
txin['signatures'][j] = sig.encode('hex') + '01'
txin['x_pubkeys'][j] = pubkey
+ txin['pubkeys'][j] = pubkey # needed for fd keys
self._inputs[i] = txin
print_error("is_complete", self.is_complete())
self.raw = self.serialize()