This commit is contained in:
Diego 2023-06-29 16:48:13 +02:00
parent c10c232424
commit d974bc4e9a
No known key found for this signature in database
GPG Key ID: C9DAC9BF68D1F806

View File

@ -667,7 +667,7 @@ suite "GossipSub":
check (await nodes[0].publish("foobar", newSeq[byte](2_500_000))) == gossip1.parameters.dLow
check (await nodes[0].publish("foobar", newSeq[byte](500_000))) == 17
check (await nodes[0].publish("foobar", newSeq[byte](500_001))) == 17
# Now try with a mesh
gossip1.subscribe("foobar", handler)