add validity range to program output

This commit is contained in:
Sergio Chouhy
2026-03-19 12:10:02 -03:00
parent be4f6c0c78
commit 895dd942cf
27 changed files with 78 additions and 50 deletions
+1 -1
View File
@@ -675,7 +675,7 @@ impl RocksDBIO {
"transaction pre check failed with err {err:?}"
))
})?
.execute_check_on_state(&mut breakpoint)
.execute_check_on_state(&mut breakpoint, block.header.block_id)
.map_err(|err| {
DbError::db_interaction_error(format!(
"transaction execution failed with err {err:?}"