fixed creating wallet notification bug
This commit is contained in:
parent
831151695f
commit
8274d8a0a9
1 changed files with 2 additions and 2 deletions
|
|
@ -239,8 +239,8 @@ angular.module('copayApp.controllers').controller('createController',
|
|||
ongoingProcess.set('creatingWallet', true);
|
||||
$timeout(function() {
|
||||
profileService.createWallet(opts, function(err, client) {
|
||||
function finish(error) {
|
||||
ongoingProcess.set('creatingWallet', false);
|
||||
ongoingProcess.set('creatingWallet', false);
|
||||
function finish(error) {
|
||||
if (error) {
|
||||
$log.warn(error);
|
||||
popupService.showAlert(gettextCatalog.getString('Error'), error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue