fix params
This commit is contained in:
parent
96e9882a62
commit
b1b8a44a7d
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ PublicKeyRing.prototype.addCopayer = function (newEpk) {
|
|||
};
|
||||
|
||||
|
||||
PublicKeyRing.prototype.getCopayersPubKeys = function (index, isChange) {
|
||||
PublicKeyRing.prototype.getCopayersPubKeys = function () {
|
||||
this._checkKeys();
|
||||
|
||||
var pubKeys = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue