mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
nem: fill out address_n properly for nem_sign_tx
This commit is contained in:
parent
93dbdb14c1
commit
e4a2946398
@ -723,7 +723,8 @@ class ProtocolMixin(object):
|
||||
except ValueError as e:
|
||||
raise CallException(e.message)
|
||||
|
||||
msg.address_n = n
|
||||
assert msg.transaction is not None
|
||||
msg.transaction.address_n = n
|
||||
return self.call(msg)
|
||||
|
||||
def verify_message(self, coin_name, address, signature, message):
|
||||
|
Loading…
Reference in New Issue
Block a user