Merge pull request #5563 from mempool/natsoni/fix-block-health-display

Reset block audit on block navigation
This commit is contained in:
softsimon 2024-10-04 22:29:14 -06:00 committed by GitHub
commit 76a1eb12a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -163,6 +163,7 @@ export class BlockComponent implements OnInit, OnDestroy {
this.block = undefined;
this.error = undefined;
this.fees = undefined;
this.blockAudit = undefined;
this.oobFees = 0;
if (history.state.data && history.state.data.blockHeight) {