Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
xmr: redundant import removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Oct 2, 2018
1 parent 4199943 commit 49e552d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/apps/monero/protocol/signing/step_07_all_out1_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ def _set_tx_extra(state: State):


def _set_tx_prefix(state: State):
from apps.monero.xmr.serialize.message_types import BlobType

# Serializing "extra" type as BlobType.
# uvarint(len(extra)) || extra
state.tx_prefix_hasher.keep()
Expand Down

0 comments on commit 49e552d

Please sign in to comment.