From dfb28abbe7492ca00f4be019a851dc5c71a19008 Mon Sep 17 00:00:00 2001 From: Oleksandr Pravdyvyi Date: Wed, 23 Jul 2025 16:12:37 +0300 Subject: [PATCH] fix: ci rerun --- node_core/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/node_core/src/lib.rs b/node_core/src/lib.rs index eab83ba1..995b723e 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();