Fixes error codes against Insight
This commit is contained in:
parent
9788235003
commit
5f035a9680
4 changed files with 9 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ angular.module('copayApp.services')
|
|||
copay.Wallet.checkIfExistsAny({
|
||||
pluginManager: pluginManager,
|
||||
}, function(anyWallet) {
|
||||
scope.retreiving = false;
|
||||
scope.loading = false;
|
||||
scope.anyProfile = anyProfile ? true : false;
|
||||
scope.anyWallet = anyWallet ? true : false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue