tezos: make style

pull/41/head
matejcik 5 years ago
parent 3e74ed927b
commit 834a483e1a

@ -3,17 +3,17 @@ from micropython import const
from trezor import wire
from trezor.crypto import hashlib
from trezor.crypto.curve import ed25519
from trezor.messages import TezosContractType, TezosBallotType
from trezor.messages import TezosBallotType, TezosContractType
from trezor.messages.TezosSignedTx import TezosSignedTx
from apps.common import paths
from apps.tezos import CURVE, helpers, layout
from apps.common.writers import (
write_bytes,
write_uint8,
write_uint16_be,
write_uint32_be,
)
from apps.tezos import CURVE, helpers, layout
PROPOSAL_LENGTH = const(32)

@ -206,7 +206,6 @@ class TestMsgTezosSignTx(TrezorTest):
time.sleep(1)
self.client.debug.press_yes()
def test_tezos_sign_tx_proposal(self):
self.setup_mnemonic_allallall()

Loading…
Cancel
Save