Commit 05873425 authored by Brian Tiger Chow's avatar Brian Tiger Chow

doc: specify iteration order randomization

parent 6bd4a6dd
......@@ -26,7 +26,7 @@ type Mocknet interface {
// ID is derived from PrivKey
AddPeer(ic.PrivKey, ma.Multiaddr) (inet.Network, error)
// retrieve things
// retrieve things (with randomized iteration order)
Peers() []peer.ID
Net(peer.ID) inet.Network
Nets() []inet.Network
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment