Apply suggestions from code review
Co-Authored-By: Chih Cheng Liang <chihchengliang@gmail.com>
This commit is contained in:
parent
67f02c512a
commit
b4900d53da
|
@ -130,7 +130,7 @@ class GossipSub(IPubsubRouter):
|
|||
# In this case, probably we registered gossipsub to a wrong `protocol_id`
|
||||
# in multistream-select, or wrong versions.
|
||||
raise Exception(
|
||||
f"This should not happen. Protocol={protocol_id} is not supported."
|
||||
f"Unreachable: Protocol={protocol_id} is not supported."
|
||||
)
|
||||
self.peers_to_protocol[peer_id] = protocol_id
|
||||
|
||||
|
|
|
@ -148,7 +148,7 @@ async def test_handle_prune(pubsubs_gsub, hosts):
|
|||
|
||||
await connect(hosts[index_alice], hosts[index_bob])
|
||||
|
||||
# Wait 3 seconds for heartbeat to allow mesh to connect
|
||||
# Wait for heartbeat to allow mesh to connect
|
||||
await asyncio.sleep(1)
|
||||
|
||||
# Check that they are each other's mesh peer
|
||||
|
|
Loading…
Reference in New Issue
Block a user