-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
keepkey cosigner in multisig fails to sign #3461
Comments
This is a bug in keepkey libraries which can be fixed locally: |
The fix related to the particular function in this issue has been resolved in the latest release of There have also been reports of a potential SIGHASH_FORKID issue in the keepkey firmware when signing a multi-sig BCH transaction. I posted information about that issue here: keepkey/keepkey-firmware#35 If an electrum dev is available to take a look at that issue ^ and let us know what you think, we would be appreciative. The information I posted there leads me to believe that this is not an issue with the keepkey firmware, but verification of that would be helpful. Thanks! |
I've just tested with python-keepkey 4.0.2, and it worked. Thanks.
I don't know about the BCH issue, sorry. Consider opening an issue in https://github.com/fyookball/electrum Closing, as the issue here is resolved. |
On git master 4e60ced.
2-of-2 p2sh-multisig wallet (not segwit)
Cosigners: keepkey and xpub.
Electrum fails to sign the unsigned tx.
Tx is typical 1-in 2-out, with the non-change output being p2pkh, so nothing fancy.
Unsigned tx (testnet):
Btw @kyuupichan already reported this a few days ago on IRC.
The text was updated successfully, but these errors were encountered: