Skip to content

Commit 6e33331

Browse files
committed
fix: remove comments
1 parent 33dd25a commit 6e33331

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

crates/peerinfo/examples/peerinfo.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,11 @@ async fn main() -> anyhow::Result<()> {
199199

200200
// Create local peer info
201201
let local_info = LocalPeerInfo::new(
202-
"v1.0.0", // charon_version
203-
vec![0x00, 0x00, 0x00, 0x00], // lock_hash (example)
204-
"abc1234", // git_hash
205-
false, // builder_api_enabled
206-
&args.nickname, // nickname
202+
"v1.0.0",
203+
vec![0x00, 0x00, 0x00, 0x00],
204+
"abc1234",
205+
false,
206+
&args.nickname,
207207
);
208208

209209
let Node { mut swarm } = Node::new(

0 commit comments

Comments
 (0)