Set auditDataMissing as soon as we know the block height

This commit is contained in:
softsimon
2022-12-01 20:23:45 +09:00
parent 2cd98c7c04
commit 534f2e2781

View File

@@ -142,6 +142,7 @@ export class BlockComponent implements OnInit, OnDestroy {
if (history.state.data && history.state.data.blockHeight) {
this.blockHeight = history.state.data.blockHeight;
this.updateAuditDataMissingFromBlockHeight(this.blockHeight);
}
let isBlockHeight = false;