Browse Source

fix typo

patch-2
Yemel Jardi 10 years ago
parent
commit
e222ae08c4
  1. 2
      lib/hdprivatekey.js

2
lib/hdprivatekey.js

@ -88,7 +88,7 @@ HDPrivateKey.isValidPath = function(arg, hardened) {
/**
* Internal function that splits a string path into a derivation index array.
* It will return null if the string path is malformed.
* It does not validates if a indexes are in bounds.
* It does not validate if indexes are in bounds.
*
* @param {string} path
* @return {Array}

Loading…
Cancel
Save