diff --git a/Cargo.toml b/Cargo.toml index 2094d4684..425a044a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -175,4 +175,4 @@ hotshot-task = { git = "https://www.github.com/EspressoSystems/HotShot.git", tag hotshot-task-impls = { git = "https://www.github.com/EspressoSystems/HotShot.git", tag = "0.5.82-patch1" } hotshot-testing = { git = "https://www.github.com/EspressoSystems/HotShot.git", tag = "0.5.82-patch1" } hotshot-types = { git = "https://www.github.com/EspressoSystems/HotShot.git", tag = "0.5.82-patch1" } -hotshot-example-types = { git = "https://www.github.com/EspressoSystems/HotShot.git", tag = "0.5.82-patch1" } \ No newline at end of file +hotshot-example-types = { git = "https://www.github.com/EspressoSystems/HotShot.git", tag = "0.5.82-patch1" } diff --git a/sequencer/src/lib.rs b/sequencer/src/lib.rs index 3101bf956..079b383d0 100644 --- a/sequencer/src/lib.rs +++ b/sequencer/src/lib.rs @@ -438,6 +438,7 @@ pub async fn init_node( let network = { let p2p_network = Libp2pNetwork::from_config( network_config.clone(), + membership.clone(), gossip_config, request_response_config,