Wait for locking wallet automatically

This commit is contained in:
Gustavo Maximiliano Cortez 2016-01-20 16:59:23 -03:00
commit 50497c8e52

View file

@ -651,7 +651,7 @@ angular.module('copayApp.services')
$log.debug('Locking wallet automatically');
root.lockFC();
};
}, 2000);
}, 60000);
return cb();
});
};