From e5c2329b8027094d434f25fe809f6fb863749839 Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 4 Sep 2018 15:37:12 +0200 Subject: [PATCH] client: drop stellar_get_public_key from compatibility links --- trezorlib/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/trezorlib/client.py b/trezorlib/client.py index 2f64a4984e..ecb102b246 100644 --- a/trezorlib/client.py +++ b/trezorlib/client.py @@ -558,7 +558,6 @@ class ProtocolMixin(object): nem_sign_tx = MovedTo(nem.sign_tx) # Stellar functionality - stellar_get_public_key = MovedTo(stellar.get_public_key) stellar_get_address = MovedTo(stellar.get_address) stellar_sign_transaction = MovedTo(stellar.sign_tx)