mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix a typo
This commit is contained in:
parent
08326794e8
commit
c4c702ee35
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ func (s *Sync) Missing(max int) ([]string, []common.Hash, []common.Hash) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProcessCode injects the received data for requested item. Note it can
|
// ProcessCode injects the received data for requested item. Note it can
|
||||||
// happpen that the single response commits two pending requests(e.g.
|
// happen that the single response commits two pending requests(e.g.
|
||||||
// there are two requests one for code and one for node but the hash
|
// there are two requests one for code and one for node but the hash
|
||||||
// is same). In this case the second response for the same hash will
|
// is same). In this case the second response for the same hash will
|
||||||
// be treated as "non-requested" item or "already-processed" item but
|
// be treated as "non-requested" item or "already-processed" item but
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue