Update status when transaction signed/rejected/broadcasted
This commit is contained in:
parent
8b2305a778
commit
2a32a308bd
2 changed files with 25 additions and 8 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue