amend: missing wire.go change

This commit is contained in:
Cassandra Heart 2025-10-23 02:13:12 -05:00
parent 85c7bd5307
commit 6d5dac23cf
No known key found for this signature in database
GPG Key ID: 371083BFA6C240AA
2 changed files with 2 additions and 2 deletions

View File

@ -354,7 +354,7 @@ func provideDifficultyAnchorFrameNumber(config *config.Config) uint64 {
}
func provideDifficultyAnchorParentTime() int64 {
return 1759226400000
return 1761217200000
}
func provideDifficultyAnchorDifficulty() uint32 {

View File

@ -414,7 +414,7 @@ func provideDifficultyAnchorFrameNumber(config2 *config.Config) uint64 {
}
func provideDifficultyAnchorParentTime() int64 {
return 1759226400000
return 1761217200000
}
func provideDifficultyAnchorDifficulty() uint32 {