recreate wallet

This commit is contained in:
Javier 2016-10-04 09:55:41 -03:00
parent 32744f6ad1
commit 6a431b0605
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() {