Merge pull request #244 from JDonadio/bug/recreate

fix recreate wallet
This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-05 09:18:23 -03:00 committed by GitHub
commit 8c375b068b
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
$scope.recreate = function() {
walletService.recreate($scope.wallet, function(err) {
$scope.init();
if (err) return;
$timeout(function() {
walletService.startScan($scope.wallet, function() {