Merge branch 'master' into add-miner-name

This commit is contained in:
mononaut
2024-09-23 16:07:20 -06:00
committed by GitHub
16 changed files with 343 additions and 408 deletions

View File

@@ -327,7 +327,7 @@ export class BlockComponent implements OnInit, OnDestroy {
})
).subscribe((accelerations) => {
this.accelerations = accelerations;
if (accelerations.length) {
if (accelerations.length && this.strippedTransactions) { // Don't call setupBlockAudit if we don't have transactions yet; it will be called later in overviewSubscription
this.setupBlockAudit();
}
});