From 1ee773781a49413ffee81d39406c98d61146755e Mon Sep 17 00:00:00 2001 From: Dusan Klinec Date: Sat, 18 Aug 2018 18:03:11 +0200 Subject: [PATCH] xmr: monero - format --- src/apps/monero/xmr/monero.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/apps/monero/xmr/monero.py b/src/apps/monero/xmr/monero.py index c8b6ae04c..6e019ac32 100644 --- a/src/apps/monero/xmr/monero.py +++ b/src/apps/monero/xmr/monero.py @@ -15,9 +15,7 @@ def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) -def get_subaddress_secret_key( - secret_key, index=None, major=None, minor=None, little_endian=True -): +def get_subaddress_secret_key(secret_key, index=None, major=None, minor=None): """ Builds subaddress secret key from the subaddress index Hs(SubAddr || a || index_major || index_minor) @@ -26,7 +24,6 @@ def get_subaddress_secret_key( :param index: :param major: :param minor: - :param little_endian: :return: """ if index: