Skip to content

Commit a636deb

Browse files
committed
expose Enr
1 parent bfb8959 commit a636deb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

anchor/network/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ mod types;
1111
pub use config::Config;
1212
pub use lighthouse_network::{ListenAddr, ListenAddress};
1313
pub use network::Network;
14+
15+
pub type Enr = discv5::enr::Enr<discv5::enr::CombinedKey>;

0 commit comments

Comments
 (0)