open wallet working
This commit is contained in:
parent
65cbf5b46a
commit
341c9d8ffa
6 changed files with 54 additions and 12 deletions
|
|
@ -23,5 +23,5 @@ angular.module('copay.transactions').controller('TransactionsController',
|
|||
}
|
||||
];
|
||||
|
||||
$scope.txsoutput = $rootScope.wallet.txProposals.txps;
|
||||
$scope.txsoutput = $rootScope.wallet.getTxProposals();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue