mirror of
https://github.com/mempool/mempool.git
synced 2025-02-25 07:07:36 +01:00
parent
ad144a34ac
commit
dfda0d1890
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ export class TransactionComponent implements OnInit, OnDestroy {
|
|||
.subscribe(([block, txConfirmed]) => {
|
||||
this.latestBlock = block;
|
||||
|
||||
if (txConfirmed) {
|
||||
if (txConfirmed && this.tx) {
|
||||
this.tx.status = {
|
||||
confirmed: true,
|
||||
block_height: block.height,
|
||||
|
|
Loading…
Add table
Reference in a new issue