KomodoPlatform / electrum-komodo

Komodo Electrum wallet
MIT License
4 stars 7 forks source link

Fix: Trezor signing (BIP-143) #44

Open pbca26 opened 4 years ago

pbca26 commented 4 years ago

The recent firmware update introduced reinforced UTXO verification method. This leads to an error during signing as several required for UTXO validation fields are currently missing. Likely it will require patching both wallet's code and trezor-python library in order to fix the issue.