From 09e60b2f705ad935b209cf8971482c3ce465a77e Mon Sep 17 00:00:00 2001 From: Yemel Jardi Date: Thu, 7 Aug 2014 09:53:20 -0300 Subject: [PATCH] Refresh tx list after send on 1-of-1 --- js/controllers/send.js | 1 + 1 file changed, 1 insertion(+) 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;