follow-up previous commit

This commit is contained in:
ThomasV 2017-06-27 11:00:14 +02:00
parent b522c4403e
commit 4934ae3cd9
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class TrezorCompatibleKeyStore(Hardware_KeyStore):
pubkeys, x_pubkeys = tx.get_sorted_pubkeys(txin)
tx_hash = txin['prevout_hash']
prev_tx[tx_hash] = txin['prev_tx']
for x_pubkey in txin['x_pubkeys']:
for x_pubkey in x_pubkeys:
if not is_xpubkey(x_pubkey):
continue
xpub, s = parse_xpubkey(x_pubkey)