diff --git a/js/controllers/send.js b/js/controllers/send.js index 341b82a58..dbf98b6aa 100644 --- a/js/controllers/send.js +++ b/js/controllers/send.js @@ -75,6 +75,7 @@ angular.module('copayApp.controllers').controller('SendController', notification.error('Error', 'There was an error sending the transaction.'); } $scope.loading = false; + $scope.loadTxs(); }); } $rootScope.pendingPayment = null;