From 9f8e2c721fbf176313c2596d4af31f3c2a64012a Mon Sep 17 00:00:00 2001 From: Yemel Jardi Date: Fri, 2 Jan 2015 18:25:08 -0300 Subject: [PATCH] fix typo --- lib/privatekey.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/privatekey.js b/lib/privatekey.js index 15e0eaa..ac49996 100644 --- a/lib/privatekey.js +++ b/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} */