diff --git a/node_core/src/lib.rs b/node_core/src/lib.rs index a7aa422..d18a79a 100644 --- a/node_core/src/lib.rs +++ b/node_core/src/lib.rs @@ -36,6 +36,8 @@ 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();