Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/unstable' into tracing-integra…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
ThreeHrSleep committed Sep 9, 2024
2 parents 9bcb515 + 873748d commit 4b63358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/lighthouse_network/src/peer_manager/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,6 @@ impl<E: EthSpec> PeerManager<E> {
// we have no meta-data for this peer, update
debug!(%peer_id, new_seq_no = meta_data.seq_number(), "Obtained peer's metadata");
}

let custody_subnet_count_opt = meta_data.custody_subnet_count().copied().ok();
peer_info.set_meta_data(meta_data);

Expand All @@ -743,6 +742,7 @@ impl<E: EthSpec> PeerManager<E> {
};
}
}

} else {
error!(%peer_id, "Received METADATA from an unknown peer");
}
Expand Down

0 comments on commit 4b63358

Please sign in to comment.