how comment on tx list
This commit is contained in:
parent
aa076d7ccd
commit
28eb3ee989
4 changed files with 10 additions and 20 deletions
|
|
@ -757,6 +757,8 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
|
||||
var confirmedTxs = self.removeAndMarkSoftConfirmedTx(txsFromLocal);
|
||||
var endingTxid = confirmedTxs[0] ? confirmedTxs[0].txid : null;
|
||||
var endingTs = confirmedTxs[0] ? confirmedTxs[0].ts : null;
|
||||
console.log('[index.js.760:endingTs:]',endingTs); //TODO
|
||||
|
||||
|
||||
// First update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue