commit 6f0dceb1522203a51cd4fb05c3bf85dfdcdc5932
parent 924ee1a6726ad3e8a3fb5641712c7b0cf9e2b398
Author: SomberNight <somber.night@protonmail.com>
Date: Wed, 19 Sep 2018 15:26:03 +0200
fix #4726
follow-up 88fc62e8f788b9e610f5c2e1850009f701e904fe
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/electrum/plugins/safe_t/safe_t.py b/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(