diff --git a/pallas-hardano/src/storage/immutable/mod.rs b/pallas-hardano/src/storage/immutable/mod.rs index 3fd9ce1..361519b 100644 --- a/pallas-hardano/src/storage/immutable/mod.rs +++ b/pallas-hardano/src/storage/immutable/mod.rs @@ -200,7 +200,7 @@ pub fn read_blocks(dir: &Path) -> Result, st pub fn read_blocks_from_point( dir: &Path, point: Point, -) -> Result>, Box> { +) -> Result + Send + Sync>, Box> { let names = build_stack_of_chunk_names(dir)?; match point {