This commit is contained in:
EOS Classic 2018-08-21 10:55:02 +00:00 committed by GitHub
commit 6724629159
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),
}
}