fixed the merge conflict gossipsub module.

This commit is contained in:
unniznd
2025-08-25 21:12:45 +05:30
parent b40d84fc26
commit fb544d6db2

View File

@ -783,8 +783,6 @@ class GossipSub(IPubsubRouter, Service):
# Add all unknown message ids (ids that appear in ihave_msg but not in
# seen_seqnos) to list of messages we want to request
msg_ids_wanted: list[str] = [
msg_id
msg_ids_wanted: list[MessageID] = [
parse_message_id_safe(msg_id)
for msg_id in ihave_msg.messageIDs