Skip to content

Commit 9fa72f9

Browse files
committed
Fix footnote
1 parent e896ac3 commit 9fa72f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discv5/discv5-theory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ containers, these are abbreviated in the sequence diagram below as follows:
539539
participant Alice
540540
participant Relay
541541
participant Bob
542-
542+
543543
Relay-->>Alice: m(NODES[Bob's ENR])
544544
Alice->>Bob: m(nonce,FINDNODE)
545545
Note left of Alice:Hole punched in Alice's NAT for Bob
@@ -554,7 +554,7 @@ As part of a periodic recursive query to fill its kbuckets, Alice sends a FINDNO
554554
request to Bob, who's ENR it received from Relay. By making an outgoing request to
555555
Bob, if Alice is behind a NAT, Alice's NAT adds the filtering rule
556556
`(Alice's-LAN-ip, Alice's-LAN-port, Bob's-WAN-ip, Bob's-WAN-port, entry-lifetime)` to
557-
it's UDP session table [^1^2]. The request to Bob times out as Bob is behind a NAT.
557+
it's UDP session table [^1][^2]. The request to Bob times out as Bob is behind a NAT.
558558

559559

560560
[EIP-778]: ../enr.md

0 commit comments

Comments
 (0)