Update libp2p/pubsub/floodsub.py

Co-Authored-By: NIC Lin <twedusuck@gmail.com>
This commit is contained in:
Kevin Mai-Husan Chia 2019-07-28 16:07:11 +08:00 committed by GitHub
parent ffb3920468
commit a1e20caebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ class FloodSub(IPubsubRouter):
so that seen messages are not further forwarded.
It also never forwards a message back to the source
or the peer that forwarded the message.
:param src: the peer id of the peer who forwards the message to me.
:param src: peer ID of the peer who forwards the message to us
:param pubsub_msg: pubsub message in protobuf.
"""