Lower height where taproot signaling cal be visible.

This commit is contained in:
softsimon 2021-05-01 21:46:49 +04:00
parent 72d01a0b67
commit 39bb93970b
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

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;
}
}