Skip to content

Commit

Permalink
Merge pull request #3 from dalijolijo/master
Browse files Browse the repository at this point in the history
Fix BIP32_PRIME
  • Loading branch information
dalijolijo authored Dec 29, 2018
2 parents 1bd65ba + bbe33a4 commit 4352121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum/bitcoin.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ def minikey_to_private_key(text):

###################################### BIP32 ##############################

BIP32_PRIME = 0x800000a0
BIP32_PRIME = 0x80000000


def protect_against_invalid_ecpoint(func):
Expand Down

0 comments on commit 4352121

Please sign in to comment.