all: fix various comment typos (#17591)
* swarm: fixed comment typo * eth: fixed comment typo * cmd/puppeth: fixed comment typo
This commit is contained in:
@@ -165,7 +165,7 @@ func (p *Peer) SendOfferedHashes(s *server, f, t uint64) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
// true only when quiting
|
||||
// true only when quitting
|
||||
if len(hashes) == 0 {
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user