if rMeta.ID != h.peerID {
        h.logger.Debug().Str("received_peer_id", rMeta.ID.Pretty()).Stringer(p2putil.LogPeerID, types.LogPeerShort(h.peerID)).Msg("Inconsistent peerID")
        h.sendGoAway("Inconsistent peerID")
        return fmt.Errorf("Inconsistent peerID")
    }