Update peer.rs

This commit is contained in:
inkcmd 2025-06-21 21:32:05 +03:00 committed by GitHub
parent ab3df89430
commit e5ba7367ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,7 +110,7 @@ impl PeerMap {
w.pk = pk.clone();
w.last_reg_time = Instant::now();
log::info!("Peer info: {:?}", w.info);
w.info = info.clone;
w.info = info.clone();
(
serde_json::to_string(&w.info).unwrap_or_default(),
w.guid.clone(),