Trailing whitespace
This commit is contained in:
parent
d6290ef5df
commit
bf6254d3e2
3 changed files with 5 additions and 6 deletions
|
@ -117,7 +117,7 @@ BIP32key.prototype.privtopub = BIP32key.prototype.getPub = function() {
|
|||
}
|
||||
|
||||
BIP32key.fromMasterKey = function(seed) {
|
||||
var I = Crypto.HMAC(Crypto.SHA512,seed, 'Bitcoin seed' , { asBytes: true })
|
||||
var I = Crypto.HMAC(Crypto.SHA512,seed, 'Bitcoin seed', { asBytes: true })
|
||||
return new BIP32key({
|
||||
vbytes: conv.stringToBytes(PRIVDERIV),
|
||||
type: 'priv',
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
var conv = require('../convert');
|
||||
var util = require('../util');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue