Fix network at wallet creation
Fix network selection at startup for wallet creation
This commit is contained in:
parent
0ec25a003d
commit
2cd24a8baf
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