mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 21:34:46 +00:00
Move gossipsub into a separate crate (#5401)
* move gossipsub into a separate crate * Merge branch 'unstable' of github.com:sigp/lighthouse into separate-gossipsub * address review 2 * clippy beta * update logging to log gossipsub logs
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// Automatically generated mod.rs
|
||||
pub mod compat;
|
||||
pub mod gossipsub;
|
||||
Reference in New Issue
Block a user