Refresh tx list after send on 1-of-1
This commit is contained in:
parent
2ba794fc47
commit
09e60b2f70
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ angular.module('copayApp.controllers').controller('SendController',
|
||||||
notification.error('Error', 'There was an error sending the transaction.');
|
notification.error('Error', 'There was an error sending the transaction.');
|
||||||
}
|
}
|
||||||
$scope.loading = false;
|
$scope.loading = false;
|
||||||
|
$scope.loadTxs();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
$rootScope.pendingPayment = null;
|
$rootScope.pendingPayment = null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue