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 24ff033930
commit be58d2ba79

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;