|
@ -153,7 +153,7 @@ HierarchicalKey.prototype.buildExtendedPublicKey = function() { |
|
|
|
|
|
|
|
|
require('chai').should; |
|
|
require('chai').should; |
|
|
console.log('a'); |
|
|
console.log('a'); |
|
|
//console.log(this.eckey.public.length);
|
|
|
console.log(this.eckey.public.length); |
|
|
|
|
|
|
|
|
this.extendedPublicKey = r.buffer(); |
|
|
this.extendedPublicKey = r.buffer(); |
|
|
} |
|
|
} |
|
|