We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a918ae0 commit dda619cCopy full SHA for dda619c
1 file changed
crates/p2p-consensus/src/network.rs
@@ -191,7 +191,6 @@ const RATE_LIMIT_WINDOW_MS: i64 = 1000;
191
const NONCE_EXPIRY_MS: i64 = 5 * 60 * 1000;
192
193
/// Authentication timeout in seconds - peers must send PeerAnnounce within this time
194
-
195
/// P2P network node
196
pub struct P2PNetwork {
197
/// Local keypair
0 commit comments