Merge pull request #36 from colkito/feature/list-pending-transactions
Feature/list pending transactions
This commit is contained in:
commit
5e30bf9baf
2 changed files with 9 additions and 33 deletions
|
|
@ -23,16 +23,5 @@ angular.module('copay.transactions').controller('TransactionsController',
|
|||
}
|
||||
];
|
||||
|
||||
$scope.txsoutput = [
|
||||
{
|
||||
fromAddr: "n3zUqNR7Bbbc4zJhPVj1vG2Lx66K3Xhzvb",
|
||||
toAddr: "msvv2mDfE298s7boXwALq4Dqv77K3TWRZ1",
|
||||
amount: 23.9982
|
||||
},
|
||||
{
|
||||
fromAddr: "my9wnLwwUrwpNfEgSrWY62ymEGf1edKf4J",
|
||||
toAddr: "monCusNiDuptf68rtr58hEjKpJt6cW6zwS",
|
||||
amount: 2.22
|
||||
}
|
||||
];
|
||||
$scope.txsoutput = $rootScope.txProposals.txps;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue