Browse Source

remove commented-out code

patch-2
Ryan X. Charles 11 years ago
parent
commit
5c21866fe2
  1. 5
      BIP32.js

5
BIP32.js

@ -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);

Loading…
Cancel
Save