Skip to content

Commit

Permalink
xmr: signer serialization improved
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Sep 13, 2018
1 parent 8fa6eec commit fefdb83
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/apps/monero/protocol/tsx_sign_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -1163,11 +1163,7 @@ def _set_out1_ecdh(self, idx, dest_pub_key, amount, mask, amount_key):
return out_pk, ecdh_info_bin

def _set_out1_prefix(self):
from apps.monero.xmr.serialize_messages.tx_prefix import TransactionPrefix

self.tx_prefix_hasher.container_size(
self.num_dests(), TransactionPrefix.f_specs()[3][1]
)
self.tx_prefix_hasher.container_size(self.num_dests()) # ContainerType

def _set_out1_additional_keys(self, dst_entr):
additional_txkey = None
Expand Down

0 comments on commit fefdb83

Please sign in to comment.