func (p *Peer) topicOrBloomMatch(env *common.Envelope) bool {
    p.topicInterestMu.Lock()
    topicInterestMode := p.topicInterest != nil
    p.topicInterestMu.Unlock()