Skip to content

Commit

Permalink
lint: one more time...
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu committed Feb 1, 2020
1 parent 7d8e193 commit 57fd3f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eth_account/hdaccount/deterministic.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* Addition (+) of two coordinate pair is defined as application of the EC group operation.
* Concatenation (||) is the operation of appending one byte sequence onto another.
Definitions
-----------
Expand All @@ -28,6 +29,7 @@
form: (0x02 or 0x03) || ser_256(x), where the header byte depends on the parity of the
omitted y coordinate.
* parse_256(p): interprets a 32-byte sequence as a 256-bit number, most significant byte first.
"""
# Additional notes:
# - This algorithm only implements private parent key → private child key CKD function,
Expand Down

0 comments on commit 57fd3f0

Please sign in to comment.