docs(discv5): additional info regarding requested enrs on bootstrap (#7655)

This commit is contained in:
joshieDo
2024-04-15 20:24:28 +01:00
committed by GitHub
parent 855988994b
commit 6f210f1366

View File

@@ -285,6 +285,7 @@ impl Discv5 {
}
}
// If a session is established, the ENR is added straight away to discv5 kbuckets
Ok(_ = join_all(enr_requests).await)
}