Lower height where taproot signaling cal be visible.

This commit is contained in:
softsimon 2021-05-01 21:46:49 +04:00
parent b884d590b3
commit fd7f715ed1

View File

@ -212,6 +212,6 @@ export class BlockComponent implements OnInit, OnDestroy {
if (this.stateService.network !== '') {
return false;
}
return this.block && this.block.height > 681407 && (new Date().getTime() / 1000) < 1628640000;
return this.block && this.block.height > 681393 && (new Date().getTime() / 1000) < 1628640000;
}
}