WIP, Proof of concept

This commit is contained in:
Matias Alejo Garcia 2015-02-11 16:00:16 -03:00
parent 2e612791f6
commit 38af347c19
1 changed files with 6 additions and 0 deletions

View File

@ -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;