From 15eef92db54b4e1181444e78a667f45eef0e472a Mon Sep 17 00:00:00 2001 From: Gary Rong Date: Tue, 13 May 2025 19:54:48 +0800 Subject: [PATCH] core: fix compile --- core/blockchain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/blockchain.go b/core/blockchain.go index 54663aaeeb..57307f5421 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -1838,7 +1838,7 @@ func (bc *BlockChain) insertChain(chain types.Blocks, setHead bool, makeWitness stats.report(chain, it.index, snapDiffItems, snapBufItems, trieDiffNodes, trieBufNodes, setHead) // Print confirmation that a future fork is scheduled, but not yet active. - bc.logForkReadiness() + bc.logForkReadiness(block) if !setHead { // After merge we expect few side chains. Simply count