fix test WIP

This commit is contained in:
Matias Alejo Garcia 2016-06-07 21:56:56 -03:00
commit 7d401aa8c4
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
3 changed files with 29 additions and 60 deletions

View file

@ -301,6 +301,7 @@ angular.module('copayApp.services')
var name = opts.name || gettextCatalog.getString('Personal Wallet');
var myName = opts.myName || gettextCatalog.getString('me');
console.log('[profileService.js.303]', opts); //TODO
walletClient.createWallet(name, myName, opts.m, opts.n, {
network: opts.networkName,
singleAddress: opts.singleAddress,