mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 06:44:35 +00:00
Clean up
This commit is contained in:
@@ -13,6 +13,5 @@ parking_lot = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
tiny-keccak = { version = "2", features = ["keccak"] }
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
hex = { workspace = true }
|
||||
hex = { workspace = true }
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
use std::sync::LazyLock;
|
||||
use metrics::*;
|
||||
use std::sync::LazyLock;
|
||||
|
||||
pub static NAT_OPEN: LazyLock<Result<IntGaugeVec>> = LazyLock::new(|| {
|
||||
try_create_int_gauge_vec(
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
pub mod discovery_metrics;
|
||||
pub mod enr_ext;
|
||||
pub mod listen_addr;
|
||||
pub mod unused_port;
|
||||
pub mod discovery_metrics;
|
||||
|
||||
Reference in New Issue
Block a user