python3 updates
This commit is contained in:
@@ -285,7 +285,7 @@ class TrezorCompatiblePlugin(HW_PluginBase):
|
||||
pubkeys = map(f, x_pubkeys)
|
||||
multisig = self.types.MultisigRedeemScriptType(
|
||||
pubkeys=pubkeys,
|
||||
signatures=map(lambda x: bfh(x)[:-1] if x else '', txin.get('signatures')),
|
||||
signatures=map(lambda x: bfh(x)[:-1] if x else b'', txin.get('signatures')),
|
||||
m=txin.get('num_sig'),
|
||||
)
|
||||
txinputtype = self.types.TxInputType(
|
||||
|
||||
Reference in New Issue
Block a user