Merge branch 'master' into raulk/itests

This commit is contained in:
Raúl Kripalani
2021-06-07 23:17:44 +01:00
277 changed files with 11198 additions and 1828 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ func (hs *Service) HandleStream(s inet.Stream) {
"hash", hmsg.GenesisHash)
if hmsg.GenesisHash != hs.syncer.Genesis.Cids()[0] {
log.Warnf("other peer has different genesis! (%s)", hmsg.GenesisHash)
log.Debugf("other peer has different genesis! (%s)", hmsg.GenesisHash)
_ = s.Conn().Close()
return
}