diff --git a/node_core/src/lib.rs b/node_core/src/lib.rs index eab83ba..995b723 100644 --- a/node_core/src/lib.rs +++ b/node_core/src/lib.rs @@ -36,8 +36,6 @@ pub mod config; pub mod pre_start; pub mod sequencer_client; -// - fn vec_u8_to_vec_u64(bytes: Vec) -> Vec { // Pad with zeros to make sure it's a multiple of 8 let mut padded = bytes.clone();