Skip to content

Commit

Permalink
xmr: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Oct 18, 2018
1 parent f82bd9c commit 60bc30e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from apps.monero.protocol.signing.rct_type import RctType
from apps.monero.protocol.signing.rsig_type import RsigType
from apps.monero.protocol.signing.state import State
from apps.monero.xmr import common, crypto, monero
from apps.monero.xmr import crypto, monero

if False:
from trezor.messages.MoneroTransactionData import MoneroTransactionData
Expand Down
2 changes: 1 addition & 1 deletion tests/test_apps.monero.bulletproof.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from common import *

from apps.monero.xmr import bulletproof as bp, common, crypto, monero
from apps.monero.xmr import bulletproof as bp, crypto, monero
from apps.monero.xmr.serialize_messages.tx_rsig_bulletproof import Bulletproof


Expand Down

0 comments on commit 60bc30e

Please sign in to comment.