Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions ethexe/service/src/fast_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,6 @@ async fn collect_program_states(
format!("Failed to get state hash for actor {actor_id} at block {at}",)
})?;

anyhow::ensure!(
!state_hash.is_zero(),
"State hash is zero for actor {actor_id} at block {at}"
);

program_states.insert(actor_id, state_hash);
}

Expand Down
Loading