mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 07:30:55 +00:00
fixed the merge conflict gossipsub module.
This commit is contained in:
@ -783,8 +783,6 @@ class GossipSub(IPubsubRouter, Service):
|
|||||||
|
|
||||||
# Add all unknown message ids (ids that appear in ihave_msg but not in
|
# Add all unknown message ids (ids that appear in ihave_msg but not in
|
||||||
# seen_seqnos) to list of messages we want to request
|
# seen_seqnos) to list of messages we want to request
|
||||||
msg_ids_wanted: list[str] = [
|
|
||||||
msg_id
|
|
||||||
msg_ids_wanted: list[MessageID] = [
|
msg_ids_wanted: list[MessageID] = [
|
||||||
parse_message_id_safe(msg_id)
|
parse_message_id_safe(msg_id)
|
||||||
for msg_id in ihave_msg.messageIDs
|
for msg_id in ihave_msg.messageIDs
|
||||||
|
|||||||
Reference in New Issue
Block a user