Skip to content

Commit 6eb3f97

Browse files
committed
Remove ResolvePeerTimeout constant.
1 parent b7cb8c8 commit 6eb3f97

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

beacon_chain/eth2_network.nim

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,6 @@ const
244244
SeenTableTimeReconnect* = 1.minutes
245245
## Minimal time between disconnection and reconnection attempt
246246

247-
ResolvePeerTimeout* = 1.minutes
248-
## Maximum time allowed for peer resolve process.
249-
250247
template neterr(kindParam: Eth2NetworkingErrorKind): auto =
251248
err(type(result), Eth2NetworkingError(kind: kindParam))
252249

0 commit comments

Comments
 (0)