src/apps/wallet: make flake8 happy

pull/25/head
Pavol Rusnak 6 years ago
parent e925baaf08
commit 45b7a472c5
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -40,6 +40,7 @@ def get_ecdh_path(identity: str, index: int):
return address_n
def ecdh(seckey: bytes, peer_public_key: bytes, curve: str) -> bytes:
if curve == 'secp256k1':
from trezor.crypto.curve import secp256k1

Loading…
Cancel
Save