Skip to content

Commit

Permalink
Updated the hdPathString
Browse files Browse the repository at this point in the history
Updated the hdPathString to that proposed in this EIP (ethereum/EIPs#84).
  • Loading branch information
clowestab committed Nov 23, 2016
1 parent 1c5b06d commit cf4cef2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions icebox.html
Expand Up @@ -66,7 +66,8 @@

lightwallet.keystore.createVault({
password: password,
seedPhrase: randomSeed
seedPhrase: randomSeed,
hdPathString: "m/44'/60'/0'/0"
}, function(err, ks) {
window.global_keystore = ks;
newAddresses(password);
Expand All @@ -87,7 +88,8 @@

lightwallet.keystore.createVault({
password: password,
seedPhrase: randomSeed
seedPhrase: randomSeed,
hdPathString: "m/44'/60'/0'/0"
}, function(err, ks) {
window.global_keystore = ks;
newAddresses(password);
Expand Down

0 comments on commit cf4cef2

Please sign in to comment.