Browse Source

fix #4726

follow-up 88fc62e8f7
3.3.3.1
SomberNight 6 years ago
parent
commit
6f0dceb152
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      electrum/plugins/safe_t/safe_t.py

2
electrum/plugins/safe_t/safe_t.py

@ -401,7 +401,7 @@ class SafeTPlugin(HW_PluginBase):
def tx_outputs(self, derivation, tx):
def create_output_by_derivation():
script_type = self.get_trezor_output_script_type(info.script_type)
script_type = self.get_safet_output_script_type(info.script_type)
if len(xpubs) == 1:
address_n = self.client_class.expand_path(derivation + "/%d/%d" % index)
txoutputtype = self.types.TxOutputType(

Loading…
Cancel
Save