migration tested
This commit is contained in:
parent
cf557fe018
commit
648d754556
3 changed files with 19 additions and 9 deletions
|
|
@ -285,7 +285,7 @@ angular.module('copayApp.services')
|
|||
root._createNewProfile(function(err, p) {
|
||||
if (err) return cb(err);
|
||||
|
||||
console.log('[profileService.js.287]'); //TODO
|
||||
console.log('[profileService.js.287]'); //TODO
|
||||
root.bindProfile(p, function(err) {
|
||||
storageService.storeNewProfile(p, function(err) {
|
||||
return cb(err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue