Lower height where taproot signaling cal be visible.
This commit is contained in:
parent
72d01a0b67
commit
39bb93970b
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user