mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 14:24:44 +00:00
Implement skeleton network/sync framework.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
use slog::debug;
|
||||
|
||||
/// The configuration and state of the libp2p components for the beacon node.
|
||||
pub struct Service {}
|
||||
|
||||
impl Service {
|
||||
pub fn new(log: slog::Logger) -> Self {
|
||||
debug!(log, "Service starting");
|
||||
Service {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user