From 5c21866fe263448b501528a29b1c74725e004835 Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Sun, 23 Mar 2014 15:32:52 -0700 Subject: [PATCH] remove commented-out code --- BIP32.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/BIP32.js b/BIP32.js index dac4c33..6efb73a 100644 --- a/BIP32.js +++ b/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);