Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
islamaliev committed Aug 13, 2024
1 parent 09fb855 commit f85e9a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/p2p.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ type WaitForSync struct {
// NodeIDs are the node IDs (indexes) of the nodes to wait for sync on.
// If not provided then the action will wait for sync on all nodes.
NodeIDs []int
// Count is the number of times the event should be received.
// Count is the number of times the event should be received by each node.
// Default value (zero) is treated as 1, e.g. the event should be received once.
Count uint
}

Expand Down

0 comments on commit f85e9a2

Please sign in to comment.