Skip to content

Commit e4947cf

Browse files
committed
revert my editors fmt change
1 parent 51d4fb3 commit e4947cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

polkadot/roadmap/implementers-guide/src/node/backing/statement-distribution.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,8 @@ different groups. Here are some hypothetical scenarios:
352352
- **Scenario 1:** 9 belongs to group A but not 10. Here, 10 can directly receive candidates from group A from 9. 10
353353
would propagate them to the nodes in {1, 4, 7} that are not in A.
354354
- **Scenario 2:** 6 is in group A instead of 9, and 7 is not in group A. 10 can receive group A messages from 7 or 9. 10
355-
will try to relay these messages, but 7 and 9 together should have already propagated the message to all x/y peers of 10. If so, then 10 will just receive acknowledgements in reply rather than requests.
355+
will try to relay these messages, but 7 and 9 together should have already propagated the message to all x/y peers of
356+
10. If so, then 10 will just receive acknowledgements in reply rather than requests.
356357
- **Scenario 3:** 10 itself is in group A. 10 would not receive candidates from this group from any other nodes through
357358
the grid. It would itself send such candidates to all its neighbors that are not in A.
358359

0 commit comments

Comments
 (0)