mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
les: fix CHTRoot on nodeinfo for les2 mode
This commit is contained in:
parent
7d38d53ae4
commit
3dff8de919
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue