mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
Merge pull request #454 from ethersphere/mainfest-fix
Manifest panic fix
This commit is contained in:
commit
fc5deff624
1 changed files with 1 additions and 1 deletions
|
|
@ -500,7 +500,7 @@ func (self *manifestTrie) findPrefixOf(path string, quitC chan bool) (entry *man
|
||||||
pos = epl
|
pos = epl
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return
|
return nil, 0
|
||||||
}
|
}
|
||||||
|
|
||||||
// file system manifest always contains regularized paths
|
// file system manifest always contains regularized paths
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue