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 = [];