Skip to content

Commit

Permalink
cargo sort
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Dec 10, 2024
1 parent 297b1d8 commit 85ada8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
hotshot-example-types = { git = "https://www.github.com/EspressoSystems/HotShot.git", tag = "0.5.82-patch1" }
1 change: 1 addition & 0 deletions sequencer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ pub async fn init_node<P: SequencerPersistence, V: Versions>(
let network = {
let p2p_network = Libp2pNetwork::from_config(
network_config.clone(),

membership.clone(),
gossip_config,
request_response_config,
Expand Down

0 comments on commit 85ada8c

Please sign in to comment.