From b1b8a44a7d70ebc3990332ce4a6b590e0ffa0ea5 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 4 Apr 2014 19:40:30 -0300 Subject: [PATCH] fix params --- js/models/PublicKeyRing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/models/PublicKeyRing.js b/js/models/PublicKeyRing.js index 37342f7e1..1a2da535a 100644 --- a/js/models/PublicKeyRing.js +++ b/js/models/PublicKeyRing.js @@ -161,7 +161,7 @@ PublicKeyRing.prototype.addCopayer = function (newEpk) { }; -PublicKeyRing.prototype.getCopayersPubKeys = function (index, isChange) { +PublicKeyRing.prototype.getCopayersPubKeys = function () { this._checkKeys(); var pubKeys = [];