mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Update libp2p/pubsub/pubsub.py
Co-Authored-By: NIC Lin <twedusuck@gmail.com>
This commit is contained in:
committed by
GitHub
parent
766d8ba1e1
commit
c252c62009
@ -322,7 +322,7 @@ class Pubsub:
|
|||||||
msg = rpc_pb2.Message(
|
msg = rpc_pb2.Message(
|
||||||
data=data,
|
data=data,
|
||||||
topicIDs=[topic_id],
|
topicIDs=[topic_id],
|
||||||
# Origin is myself.
|
# Origin is ourself.
|
||||||
from_id=self.host.get_id().to_bytes(),
|
from_id=self.host.get_id().to_bytes(),
|
||||||
seqno=self._next_seqno(),
|
seqno=self._next_seqno(),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user