SomberNight 3 years ago
parent
commit
a1c24c6261
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 2
      electrum/plugins/jade/jade.py

2
electrum/plugins/jade/jade.py

@ -299,7 +299,7 @@ class Jade_KeyStore(Hardware_KeyStore):
change[index] = {'path':path, 'variant': desc.to_legacy_electrum_script_type()} change[index] = {'path':path, 'variant': desc.to_legacy_electrum_script_type()}
# The txn itself # 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. # Request Jade generate the signatures for our inputs.
# Change details are passed to be validated on the hw (user does not confirm) # Change details are passed to be validated on the hw (user does not confirm)

Loading…
Cancel
Save