diff --git a/src/apps/wallet/ecdh.py b/src/apps/wallet/ecdh.py index 4d671a4200..123a461879 100644 --- a/src/apps/wallet/ecdh.py +++ b/src/apps/wallet/ecdh.py @@ -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