Explorar o código

Removed key from proto router message

Grant Chesney hai 2 semanas
pai
achega
071112f41b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      psiphon/server/protobufConverter.go

+ 0 - 1
psiphon/server/protobufConverter.go

@@ -95,7 +95,6 @@ func NewProtobufRoutedMessage(
 	return &pbr.Router{
 		Destination: &destination,
 		MessageType: &messageType,
-		Key:         []byte(logHostID),
 		Value:       serialized,
 	}, nil
 }