migration tested

This commit is contained in:
Matias Alejo Garcia 2015-04-25 15:09:13 -03:00
commit 648d754556
3 changed files with 19 additions and 9 deletions

View file

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