updated : seen message map type to bool from int

This commit is contained in:
Mystical
2025-02-25 01:07:04 +05:30
committed by Paul Robinson
parent f392f47822
commit 0fa8711ca7
2 changed files with 3 additions and 4 deletions

View File

@ -53,6 +53,7 @@ from .pubsub import (
)
PROTOCOL_ID = TProtocol("/meshsub/1.0.0")
PROTOCOL_ID_V11 = TProtocol("/meshsub/1.1.0")
logger = logging.getLogger("libp2p.pubsub.gossipsub")