Merge pull request #3939 from cmgustavo/bug/import-recent-tx

Bug/import-wallet-go-home
This commit is contained in:
Matias Alejo Garcia 2016-03-04 17:50:22 -03:00
commit 7220506783

View file

@ -95,6 +95,7 @@ angular.module('copayApp.controllers').controller('importController',
}
$rootScope.$emit('Local/WalletImported', walletId);
notification.success(gettext('Success'), gettext('Your wallet has been imported correctly'));
go.walletHome();
});
}, 100);
};
@ -113,6 +114,7 @@ angular.module('copayApp.controllers').controller('importController',
}
$rootScope.$emit('Local/WalletImported', walletId);
notification.success(gettext('Success'), gettext('Your wallet has been imported correctly'));
go.walletHome();
});
}, 100);
};