mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-04-14 06:43:36 +00:00
update readme
This commit is contained in:
parent
8853d74fd5
commit
e1850865a5
@ -32,7 +32,7 @@ class P2p:
|
||||
self.senders_around_interval[sender] += 1
|
||||
|
||||
# Yield 0 to ensure that the broadcast is done in the same time step.
|
||||
# Without this, SimPy complains that the broadcast func is not a generator.
|
||||
# Without any yield, SimPy complains that the broadcast func is not a generator.
|
||||
yield self.env.timeout(0)
|
||||
|
||||
# TODO: gossipsub or something similar
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user