diff --git a/js/controllers/homeWallet.js b/js/controllers/homeWallet.js index a4efbe719..9f7bb5e72 100644 --- a/js/controllers/homeWallet.js +++ b/js/controllers/homeWallet.js @@ -6,6 +6,7 @@ angular.module('copayApp.controllers').controller('HomeWalletController', functi var ModalInstanceCtrl = function($scope, $modalInstance) { var w = $rootScope.wallet; $scope.tx = tx; + $scope.registeredCopayerIds = w.getRegisteredCopayerIds(); $scope.loading = null; $scope.sign = function(ntxid) { diff --git a/views/modals/txp-details.html b/views/modals/txp-details.html index e9c2013cc..f41396c64 100644 --- a/views/modals/txp-details.html +++ b/views/modals/txp-details.html @@ -57,16 +57,19 @@
Signatures:
@@ -83,7 +86,8 @@
+ ng-show="!tx.signedBy[$root.wallet.getMyCopayerId()] && !tx.rejectedBy[$root.wallet.getMyCopayerId()] && + $root.wallet.txProposals.txps[tx.ntxid].builder.build().countInputMissingSignatures(0) != 0">
-
+
+
+ Transaction sent! +
+
+ Transaction finally rejected +