added a missing self statement for issue #1093

This commit is contained in:
Richard Ulrich 2016-01-27 21:32:53 +01:00
parent e7d28f555a
commit 7f2c379a6c
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ class TrezorCompatiblePlugin(BasePlugin, ThreadJob):
else:
xpub = xpub_from_pubkey(x_pubkey.decode('hex'))
s = []
node = ckd_public.deserialize(xpub)
node = self.ckd_public.deserialize(xpub)
return self.types.HDNodePathType(node=node, address_n=s)
pubkeys = map(f, x_pubkeys)
multisig = self.types.MultisigRedeemScriptType(