fix tests
This commit is contained in:
parent
0be63c2801
commit
60ed55b564
2 changed files with 3 additions and 3 deletions
|
|
@ -86,7 +86,7 @@ WalletFactory.prototype.create = function(opts) {
|
|||
(opts.privateKey ? ' USING PrivateKey: ' + opts.privateKey.getId() : ' NEW PrivateKey')
|
||||
);
|
||||
|
||||
opts.privateKey = opts.privateKey || new PrivateKey({ networkName: this.networkName });
|
||||
opts.privateKey = opts.privateKey || new PrivateKey({ retworkName: this.networkName });
|
||||
|
||||
var requiredCopayers = opts.requiredCopayers || this.walletDefaults.requiredCopayers;
|
||||
var totalCopayers = opts.totalCopayers || this.walletDefaults.totalCopayers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue