Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdsa authored and pooler committed Jun 16, 2017
1 parent 376e99a commit a42db97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/keystore.py
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ def is_private_key_list(text):
is_bip32_key = lambda x: is_xprv(x) or is_xpub(x)

def bip44_derivation(account_id):
if TESTNET:
if bitcoin.TESTNET:
return "m/44'/1'/%d'"% int(account_id)
else:
return "m/44'/2'/%d'"% int(account_id)
Expand Down

0 comments on commit a42db97

Please sign in to comment.