Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error loading multisig transaction with trezor wallet #1920

Closed
ulrichard opened this issue Sep 5, 2016 · 1 comment
Closed

Error loading multisig transaction with trezor wallet #1920

ulrichard opened this issue Sep 5, 2016 · 1 comment

Comments

@ulrichard
Copy link
Contributor

This happens on the current master branch.
Tested with git#7933448ec7a3fd476ae5b3085421a16b378ed829
and I think git#b1b15f510cc1496a765ac75cafdccef4d2af2c94

With the multisig view-only wallet, I create a tx, and save it to file.
With the trezor wallet, I load the tx from the file, and get the following:

File "/home/richi/sourcecode/electrum/gui/qt/transaction_dialog.py", line 45, in show_transaction
d = TxDialog(tx, parent, desc, prompt_if_unsaved)
File "/home/richi/sourcecode/electrum/gui/qt/transaction_dialog.py", line 61, in init
self.tx.deserialize()
File "/home/richi/sourcecode/electrum/lib/transaction.py", line 513, in deserialize
d = deserialize(self.raw)
File "/home/richi/sourcecode/electrum/lib/transaction.py", line 432, in deserialize
d['inputs'] = list(parse_input(vds) for i in xrange(n_vin))
File "/home/richi/sourcecode/electrum/lib/transaction.py", line 432, in
d['inputs'] = list(parse_input(vds) for i in xrange(n_vin))
File "/home/richi/sourcecode/electrum/lib/transaction.py", line 411, in parse_input
parse_scriptSig(d, scriptSig)
File "/home/richi/sourcecode/electrum/lib/transaction.py", line 354, in parse_scriptSig
pubkeys = [xpubkey_to_address(x)[0] for x in x_pubkeys]
File "/home/richi/sourcecode/electrum/lib/keystore.py", line 577, in xpubkey_to_address
pubkey = BIP32_KeyStore.derive_pubkey_from_xpub(xpub, s[0], s[1])
AttributeError: type object 'BIP32_KeyStore' has no attribute 'derive_pubkey_from_xpub'

@ecdsa ecdsa closed this as completed in a3b4409 Sep 6, 2016
@ecdsa
Copy link
Member

ecdsa commented Sep 6, 2016

thanks :)

cculianu added a commit to Toporin/electrum-satochip that referenced this issue Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants