mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
tezos: make style
This commit is contained in:
parent
3e74ed927b
commit
834a483e1a
@ -3,17 +3,17 @@ from micropython import const
|
|||||||
from trezor import wire
|
from trezor import wire
|
||||||
from trezor.crypto import hashlib
|
from trezor.crypto import hashlib
|
||||||
from trezor.crypto.curve import ed25519
|
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 trezor.messages.TezosSignedTx import TezosSignedTx
|
||||||
|
|
||||||
from apps.common import paths
|
from apps.common import paths
|
||||||
from apps.tezos import CURVE, helpers, layout
|
|
||||||
from apps.common.writers import (
|
from apps.common.writers import (
|
||||||
write_bytes,
|
write_bytes,
|
||||||
write_uint8,
|
write_uint8,
|
||||||
write_uint16_be,
|
write_uint16_be,
|
||||||
write_uint32_be,
|
write_uint32_be,
|
||||||
)
|
)
|
||||||
|
from apps.tezos import CURVE, helpers, layout
|
||||||
|
|
||||||
PROPOSAL_LENGTH = const(32)
|
PROPOSAL_LENGTH = const(32)
|
||||||
|
|
||||||
|
@ -206,7 +206,6 @@ class TestMsgTezosSignTx(TrezorTest):
|
|||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
self.client.debug.press_yes()
|
self.client.debug.press_yes()
|
||||||
|
|
||||||
|
|
||||||
def test_tezos_sign_tx_proposal(self):
|
def test_tezos_sign_tx_proposal(self):
|
||||||
self.setup_mnemonic_allallall()
|
self.setup_mnemonic_allallall()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user