Browse Source

Trailing whitespace

hk-custom-address
Andreas Brekken 11 years ago
parent
commit
9cfeb1abcd
  1. 2
      src/bip32.js

2
src/bip32.js

@ -80,7 +80,7 @@ BIP32key.prototype.ckd = function(i) {
blob = [0].concat(priv.slice(0,32),util.numToBytes(i,4).reverse())
}
else blob = pub.concat(util.numToBytes(i,4).reverse())
I = Crypto.HMAC(Crypto.SHA512,blob,this.chaincode,{ asBytes: true })
if (this.type == 'priv') {

Loading…
Cancel
Save