Fix network at wallet creation

Fix network selection at startup for wallet creation
This commit is contained in:
antonio-fr 2016-12-23 15:57:59 +01:00 committed by GitHub
commit 2cd24a8baf

View file

@ -712,7 +712,7 @@ angular.module('copayApp.services')
var opts = {};
opts.m = 1;
opts.n = 1;
opts.network = 'livenet';
opts.networkName = 'livenet';
root.createWallet(opts, cb);
};