Merge pull request #5341 from antonio-fr/master

Fix network at wallet creation
This commit is contained in:
Gabriel Edgardo Bazán 2016-12-23 17:38:12 +02:00 committed by GitHub
commit a8b64f1bd9

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);
};