mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
swarm/pss: comment fixed
This commit is contained in:
parent
7657525bc5
commit
eda75e1684
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ func TestProxNetworkLong(t *testing.T) {
|
||||||
// passed to the message handlers of these required recipients. Test will fail
|
// passed to the message handlers of these required recipients. Test will fail
|
||||||
// if a message is handled by recipient which is not listed among the allowed
|
// if a message is handled by recipient which is not listed among the allowed
|
||||||
// recipients of this particular message. It also fails after timeout, if not
|
// recipients of this particular message. It also fails after timeout, if not
|
||||||
// all the required recipients have recieved thier respective messages.
|
// all the required recipients have received their respective messages.
|
||||||
//
|
//
|
||||||
// For example, if proximity order of certain msg address is 4, and node X
|
// For example, if proximity order of certain msg address is 4, and node X
|
||||||
// has PO=5 wrt the message address, and nodes Y and Z have PO=6, then:
|
// has PO=5 wrt the message address, and nodes Y and Z have PO=6, then:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue