fix: ci rerun

This commit is contained in:
Oleksandr Pravdyvyi 2025-07-23 16:12:37 +03:00
parent 8604a672bd
commit dfb28abbe7
No known key found for this signature in database
GPG Key ID: 9F8955C63C443871

View File

@ -36,8 +36,6 @@ pub mod config;
pub mod pre_start;
pub mod sequencer_client;
//
fn vec_u8_to_vec_u64(bytes: Vec<u8>) -> Vec<u64> {
// Pad with zeros to make sure it's a multiple of 8
let mut padded = bytes.clone();