set decrypt_channel_logs to False by default

This commit is contained in:
Florent 2026-03-11 10:21:29 -04:00
parent f507e396e3
commit 5bfe63912c

View file

@ -26,7 +26,6 @@ class MessageReader:
self.pending_binary_requests: Dict[str, Dict[str, Any]] = {} # tag -> {request_type, expires_at}
self.packet_parser = MeshcorePacketParser()
self.decrypt_channels = True
@property
def decrypt_channels(self):