rm importLegacy
This commit is contained in:
parent
d42e9f6896
commit
bf16391085
5 changed files with 14 additions and 141 deletions
|
|
@ -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();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue