remove commented-out code

This commit is contained in:
Ryan X. Charles 2014-03-23 15:32:52 -07:00
parent 7904efe147
commit 5c21866fe2
1 changed files with 0 additions and 5 deletions

View File

@ -284,11 +284,6 @@ BIP32.prototype.derive_child = function(i) {
}
eckey.compressed = true;
/*
if (k.gt(secp256k1_n))
return this.derive_child(i+1);
*/
ret = new BIP32();
ret.chain_code = new Buffer(ir);