add "verifying wallet message"

This commit is contained in:
Matias Alejo Garcia 2016-06-13 09:50:37 -03:00
commit 22ed51d047
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
3 changed files with 62 additions and 29 deletions

View file

@ -614,7 +614,6 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
} else {
if (profileService.focusedClient && !profileService.focusedClient.isComplete() && toState.walletShouldBeComplete) {
event.preventDefault();
$state.transitionTo('copayers');
}
}