1
0

jade(hw): fix sign_transaction()

same as 9e13246be8

fixes https://github.com/spesmilo/electrum/issues/8463
regression from https://github.com/spesmilo/electrum/pull/8230
This commit is contained in:
SomberNight
2023-06-02 13:48:48 +00:00
parent 2a4d2ac009
commit a1c24c6261

View File

@@ -299,7 +299,7 @@ class Jade_KeyStore(Hardware_KeyStore):
change[index] = {'path':path, 'variant': desc.to_legacy_electrum_script_type()}
# The txn itself
txn_bytes = bytes.fromhex(tx.serialize_to_network())
txn_bytes = bytes.fromhex(tx.serialize_to_network(include_sigs=False))
# Request Jade generate the signatures for our inputs.
# Change details are passed to be validated on the hw (user does not confirm)