formatting

This commit is contained in:
Ryan X. Charles 2014-08-19 12:02:34 -07:00
parent 8fad4087f8
commit 39236fab14
1 changed files with 1 additions and 0 deletions

View File

@ -126,4 +126,5 @@ Signature.prototype.toString = function() {
var buf = this.toDER();
return buf.toString('hex');
};
module.exports = Signature;