Merge pull request #5341 from antonio-fr/master
Fix network at wallet creation
This commit is contained in:
commit
a8b64f1bd9
1 changed files with 1 additions and 1 deletions
|
|
@ -712,7 +712,7 @@ angular.module('copayApp.services')
|
||||||
var opts = {};
|
var opts = {};
|
||||||
opts.m = 1;
|
opts.m = 1;
|
||||||
opts.n = 1;
|
opts.n = 1;
|
||||||
opts.network = 'livenet';
|
opts.networkName = 'livenet';
|
||||||
root.createWallet(opts, cb);
|
root.createWallet(opts, cb);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue