mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-25 17:09:44 +00:00
defs: fix travis build
This commit is contained in:
parent
73d7fa8582
commit
eb7d98ff5c
@ -12,7 +12,8 @@ python:
|
|||||||
- "3.5"
|
- "3.5"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install Pillow
|
- pip install ed25519 Pillow
|
||||||
|
- pip install --no-deps trezor
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- python coins-check.py
|
- python coins-check.py
|
||||||
|
@ -60,7 +60,7 @@ class CoinDef(p.MessageType):
|
|||||||
min_address_length: int = None,
|
min_address_length: int = None,
|
||||||
max_address_length: int = None,
|
max_address_length: int = None,
|
||||||
icon: bytes = None,
|
icon: bytes = None,
|
||||||
**kwargs,
|
**kwargs
|
||||||
):
|
):
|
||||||
self.coin_name = coin_name
|
self.coin_name = coin_name
|
||||||
self.coin_shortcut = coin_shortcut
|
self.coin_shortcut = coin_shortcut
|
||||||
|
Loading…
Reference in New Issue
Block a user