We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7cb8c8 commit 6eb3f97Copy full SHA for 6eb3f97
beacon_chain/eth2_network.nim
@@ -244,9 +244,6 @@ const
244
SeenTableTimeReconnect* = 1.minutes
245
## Minimal time between disconnection and reconnection attempt
246
247
- ResolvePeerTimeout* = 1.minutes
248
- ## Maximum time allowed for peer resolve process.
249
-
250
template neterr(kindParam: Eth2NetworkingErrorKind): auto =
251
err(type(result), Eth2NetworkingError(kind: kindParam))
252
0 commit comments