parent
1971d5d6b6
commit
a5410178c8
@ -105,10 +105,10 @@ export class TransactionsListComponent implements OnInit, OnChanges {
|
|||||||
}, 10);
|
}, 10);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.transactions.forEach((tx, i) => {
|
this.transactions.forEach((tx) => {
|
||||||
tx['@voutLimit'] = true;
|
tx['@voutLimit'] = true;
|
||||||
tx['@vinLimit'] = true;
|
tx['@vinLimit'] = true;
|
||||||
if (this.outspends[i]) {
|
if (tx['addressValue'] !== undefined) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user