defs: fix travis build

pull/41/head
Pavol Rusnak 6 years ago
parent 73d7fa8582
commit eb7d98ff5c
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -12,7 +12,8 @@ python:
- "3.5"
install:
- pip install Pillow
- pip install ed25519 Pillow
- pip install --no-deps trezor
script:
- python coins-check.py

@ -60,7 +60,7 @@ class CoinDef(p.MessageType):
min_address_length: int = None,
max_address_length: int = None,
icon: bytes = None,
**kwargs,
**kwargs
):
self.coin_name = coin_name
self.coin_shortcut = coin_shortcut

Loading…
Cancel
Save