Browse Source

fix typo

patch-2
Yemel Jardi 10 years ago
parent
commit
9f8e2c721f
  1. 2
      lib/privatekey.js

2
lib/privatekey.js

@ -284,7 +284,7 @@ PrivateKey.isValid = function(data, network){
};
/**
* Will output the PublicKey encoded as hex string
* Will output the PrivateKey encoded as hex string
*
* @returns {String}
*/

Loading…
Cancel
Save