Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/docs/tour/1-endpoints/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async fn main() -> anyhow::Result<()> {
let endpoint = builder.bind().await?;

// print this endpoint's node id
println!("node id: {:?}", endpoint.node_id());
println!("node id: {:?}", endpoint.id());

// exit the program
Ok(())
Expand Down
Loading