diff --git a/les/commons.go b/les/commons.go index 251b7a5833..524a54dd8e 100644 --- a/les/commons.go +++ b/les/commons.go @@ -87,7 +87,7 @@ func (c *lesCommons) nodeInfo() interface{} { cht = light.TrustedCheckpoint{ SectionIdx: sectionIndex, SectionHead: sectionHead, - CHTRoot: light.GetChtRoot(c.chainDb, sectionIndex, sectionHead), + CHTRoot: light.GetChtV2Root(c.chainDb, sectionIndex, sectionHead), BloomRoot: light.GetBloomTrieRoot(c.chainDb, sectionIndex, sectionHead), } }