parent
ad144a34ac
commit
dfda0d1890
@ -106,7 +106,7 @@ export class TransactionComponent implements OnInit, OnDestroy {
|
|||||||
.subscribe(([block, txConfirmed]) => {
|
.subscribe(([block, txConfirmed]) => {
|
||||||
this.latestBlock = block;
|
this.latestBlock = block;
|
||||||
|
|
||||||
if (txConfirmed) {
|
if (txConfirmed && this.tx) {
|
||||||
this.tx.status = {
|
this.tx.status = {
|
||||||
confirmed: true,
|
confirmed: true,
|
||||||
block_height: block.height,
|
block_height: block.height,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user