This commit is contained in:
Sebastian Klähn
2024-01-29 16:12:45 +01:00
parent eca8ed3d56
commit 4fb0002283
3 changed files with 9 additions and 12 deletions

View File

@@ -441,11 +441,6 @@ pub(crate) async fn receive_imf_inner(
// join advertised gossip topics
Ok((topics, instance_id)) => {
warn!(context, "Joining topics: {:#?}", topics);
warn!(
context,
"{:?}",
mime_parser.get_header(HeaderDef::IrohPublicGossip)
);
if let Some(node_addr) = mime_parser.get_header(HeaderDef::IrohPublicGossip) {
match serde_json::from_str::<NodeAddr>(node_addr)
.context("Failed to parse node address")