diff --git a/lib/server.js b/lib/server.js index b688871..4c4c73a 100644 --- a/lib/server.js +++ b/lib/server.js @@ -146,6 +146,12 @@ CopayServer.prototype._verifySignature = function(text, signature, pubKey) { }; +/** + * notify + * + * @param type + * @param data + */ CopayServer.prototype.notify = function(type, data) { var self = this;