rm importLegacy

This commit is contained in:
Matias Alejo Garcia 2016-06-11 22:29:17 -03:00
commit bf16391085
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
5 changed files with 14 additions and 141 deletions

View file

@ -169,6 +169,9 @@ angular.module('copayApp.services')
if (!val) {
return cb(new Error('NONAGREEDDISCLAIMER: Non agreed disclaimer'));
}
root.isBound = true;
$root.$emit('Local/ProfileBound');
return cb();
});
});