Skip to content

Commit

Permalink
print derived PID
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Nov 19, 2024
1 parent 5795d5a commit 5d38c73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sequencer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,9 @@ pub async fn init_node<P: PersistenceOptions, V: Versions>(
)
.with_context(|| "Failed to derive Libp2p peer ID")?;

// Print the libp2p public key
info!("Starting Libp2p with PeerID: {}", libp2p_public_key);

let persistence = persistence_opt.clone().create().await?;
let (mut network_config, wait_for_orchestrator) = match (
persistence.load_config().await?,
Expand Down

0 comments on commit 5d38c73

Please sign in to comment.