mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-30 03:03:45 +00:00
Implements a timeout for peer banning (#665)
* Adds peer ban timeout of 30 seconds * Remove delay queue from discovery
This commit is contained in:
@@ -6,7 +6,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
web3 = "0.8.0"
|
||||
tokio = "0.1.17"
|
||||
tokio = "0.1.22"
|
||||
futures = "0.1.25"
|
||||
types = { path = "../../eth2/types"}
|
||||
serde_json = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user