Skip to content

Commit

Permalink
xmr: monero - format
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Aug 18, 2018
1 parent cf0a710 commit 1ee7737
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/apps/monero/xmr/monero.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -26,7 +24,6 @@ def get_subaddress_secret_key(
:param index:
:param major:
:param minor:
:param little_endian:
:return:
"""
if index:
Expand Down

0 comments on commit 1ee7737

Please sign in to comment.