formatting
This commit is contained in:
parent
8fad4087f8
commit
39236fab14
@ -126,4 +126,5 @@ Signature.prototype.toString = function() {
|
|||||||
var buf = this.toDER();
|
var buf = this.toDER();
|
||||||
return buf.toString('hex');
|
return buf.toString('hex');
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = Signature;
|
module.exports = Signature;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user