Browse Source

follow-up previous commit

2.9.x
ThomasV 8 years ago
parent
commit
4934ae3cd9
  1. 2
      plugins/trezor/plugin.py

2
plugins/trezor/plugin.py

@ -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)

Loading…
Cancel
Save