From 6d5dac23cf74180b2513974fd39e5923bf446ecf Mon Sep 17 00:00:00 2001 From: Cassandra Heart Date: Thu, 23 Oct 2025 02:13:12 -0500 Subject: [PATCH] amend: missing wire.go change --- node/app/wire.go | 2 +- node/app/wire_gen.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/node/app/wire.go b/node/app/wire.go index d774177..bf823be 100644 --- a/node/app/wire.go +++ b/node/app/wire.go @@ -354,7 +354,7 @@ func provideDifficultyAnchorFrameNumber(config *config.Config) uint64 { } func provideDifficultyAnchorParentTime() int64 { - return 1759226400000 + return 1761217200000 } func provideDifficultyAnchorDifficulty() uint32 { diff --git a/node/app/wire_gen.go b/node/app/wire_gen.go index 71277b2..1e01181 100644 --- a/node/app/wire_gen.go +++ b/node/app/wire_gen.go @@ -414,7 +414,7 @@ func provideDifficultyAnchorFrameNumber(config2 *config.Config) uint64 { } func provideDifficultyAnchorParentTime() int64 { - return 1759226400000 + return 1761217200000 } func provideDifficultyAnchorDifficulty() uint32 {