mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Merge pull request #362 from NIC619/add_signing_and_verification_to_pubsub
Add signing and verification to pubsub
This commit is contained in:
@ -153,6 +153,7 @@ class PubsubFactory(factory.Factory):
|
||||
router = None
|
||||
my_id = factory.LazyAttribute(lambda obj: obj.host.get_id())
|
||||
cache_size = None
|
||||
strict_signing = False
|
||||
|
||||
|
||||
async def swarm_pair_factory(
|
||||
|
||||
Reference in New Issue
Block a user