This commit is contained in:
Matias Alejo Garcia 2015-08-14 14:34:48 -03:00
parent ec3575e629
commit 72ba0b3a58
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Copayer.create = function(opts) {
x.id = WalletUtils.xPubToCopayerId(x.xPubKey);
x.name = opts.name;
if (!x.requestPubKeys) {
if (!opts.requestPubKeys) {
x.requestPubKeys = [{
key: opts.requestPubKey,
signature: opts.signature,