From 31b636098f56650f5109afc73b9e676d650451a2 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Wed, 16 Jul 2025 01:25:43 +0200 Subject: [PATCH] consensus: update for config2 --- consensus/consensus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consensus/consensus.go b/consensus/consensus.go index a68351f7ff..8068af0a15 100644 --- a/consensus/consensus.go +++ b/consensus/consensus.go @@ -31,7 +31,7 @@ import ( // blockchain during header verification. type ChainHeaderReader interface { // Config retrieves the blockchain's chain configuration. - Config() *params.ChainConfig + Config() *params.Config2 // CurrentHeader retrieves the current header from the local chain. CurrentHeader() *types.Header