Skip to content

Commit cf5fcae

Browse files
committed
prevent other nodes from crashing via utilising an old release
1 parent 24adb5e commit cf5fcae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jormungandr/src/blockchain/process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ pub fn run_handle_input(
189189
}
190190
}
191191
}
192-
BlockMsg::ChainHeaders(_stream) => unimplemented!(),
192+
BlockMsg::ChainHeaders(_stream) => (),
193193
};
194194

195195
Ok(())

0 commit comments

Comments
 (0)