mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
les: fix nodeInfo CHT
This commit is contained in:
parent
7b55bb2dcd
commit
f67f6c8387
1 changed files with 1 additions and 1 deletions
|
|
@ -1232,7 +1232,7 @@ func (self *ProtocolManager) NodeInfo() *NodeInfo {
|
||||||
cht = light.TrustedCheckpoint{
|
cht = light.TrustedCheckpoint{
|
||||||
SectionIdx: sectionIndex,
|
SectionIdx: sectionIndex,
|
||||||
SectionHead: sectionHead,
|
SectionHead: sectionHead,
|
||||||
CHTRoot: light.GetChtV2Root(self.chainDb, sectionIndex, sectionHead),
|
CHTRoot: light.GetChtRoot(self.chainDb, sectionIndex, sectionHead),
|
||||||
BloomRoot: light.GetBloomTrieRoot(self.chainDb, sectionIndex, sectionHead),
|
BloomRoot: light.GetBloomTrieRoot(self.chainDb, sectionIndex, sectionHead),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue