mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
revert
This commit is contained in:
parent
6c53241c37
commit
a1d30dc66c
1 changed files with 1 additions and 1 deletions
|
|
@ -596,7 +596,7 @@ func (s *Sync) children(req *nodeRequest, object node) ([]*nodeRequest, error) {
|
|||
if node.Children[i] != nil {
|
||||
children = append(children, childNode{
|
||||
node: node.Children[i],
|
||||
path: slices.Concat(req.path, []byte{i}),
|
||||
path: append(append([]byte(nil), req.path...), byte(i)),
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue