recreate wallet
This commit is contained in:
parent
32744f6ad1
commit
6a431b0605
1 changed files with 0 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue