Trailing whitespace
This commit is contained in:
parent
ff3679a3fe
commit
9cfeb1abcd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue