fix test WIP
This commit is contained in:
parent
64d099d15c
commit
7d401aa8c4
3 changed files with 29 additions and 60 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue