mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-17 21:49:35 +00:00
fix: run retry
This commit is contained in:
parent
9646152550
commit
59501f2ca5
@ -36,8 +36,6 @@ pub mod config;
|
|||||||
pub mod pre_start;
|
pub mod pre_start;
|
||||||
pub mod sequencer_client;
|
pub mod sequencer_client;
|
||||||
|
|
||||||
//
|
|
||||||
|
|
||||||
fn vec_u8_to_vec_u64(bytes: Vec<u8>) -> Vec<u64> {
|
fn vec_u8_to_vec_u64(bytes: Vec<u8>) -> Vec<u64> {
|
||||||
// Pad with zeros to make sure it's a multiple of 8
|
// Pad with zeros to make sure it's a multiple of 8
|
||||||
let mut padded = bytes.clone();
|
let mut padded = bytes.clone();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user