Skip to content

Commit e896ac3

Browse files
committed
Correct sequence diagram
1 parent 443c4db commit e896ac3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

discv5/discv5-theory.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -536,11 +536,15 @@ containers, these are abbreviated in the sequence diagram below as follows:
536536

537537
```mermaid
538538
sequenceDiagram
539+
participant Alice
540+
participant Relay
541+
participant Bob
542+
539543
Relay-->>Alice: m(NODES[Bob's ENR])
540-
Alice->Bob: m(nonce,FINDNODE)
544+
Alice->>Bob: m(nonce,FINDNODE)
541545
Note left of Alice:Hole punched in Alice's NAT for Bob
542-
Alice->Relay: n(RELAYINIT[nonce])
543-
Relay->Bob:n(RELAYMSG[nonce])
546+
Alice->>Relay: n(RELAYINIT[nonce])
547+
Relay->>Bob:n(RELAYMSG[nonce])
544548
Bob-->>Alice: whoareyou(nonce)
545549
Note right of Bob: Hole punched in Bob's NAT for Alice
546550
```

0 commit comments

Comments
 (0)