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

Commit

Permalink
xmr: misc code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Sep 13, 2018
1 parent 4a496bb commit a570ecb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/apps/monero/controller/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ def parse_msg(bts, msg):
return ar.message(msg)


def parse_vini(bts):
from apps.monero.xmr.serialize_messages.tx_prefix import TxinToKey

return parse_msg(bts, TxinToKey())


def dump_msg(msg, preallocate=None, msg_type=None, prefix=None):
from apps.monero.xmr.serialize import xmrserialize
from apps.monero.xmr.serialize.readwriter import MemoryReaderWriter
Expand Down

0 comments on commit a570ecb

Please sign in to comment.