Skip to content

Commit 3e022ca

Browse files
author
Ludo Galabru
committed
Revert "chore: tmp patch"
This reverts commit 56688e6.
1 parent 56688e6 commit 3e022ca

File tree

1 file changed

+0
-16
lines changed
  • components/chainhook-event-observer/src/hord/db

1 file changed

+0
-16
lines changed

components/chainhook-event-observer/src/hord/db/mod.rs

-16
Original file line numberDiff line numberDiff line change
@@ -938,22 +938,6 @@ pub async fn fetch_and_cache_blocks_in_hord_db(
938938
new_block.block_identifier.index
939939
)
940940
});
941-
942-
delete_data_in_hord_db(
943-
767430,
944-
800000,
945-
&blocks_db_rw,
946-
&inscriptions_db_conn_rw,
947-
&ctx,
948-
)?;
949-
950-
ctx.try_log(|logger| {
951-
slog::error!(
952-
logger,
953-
"Cleaning hord_db: blocks dropped",
954-
)
955-
});
956-
957941
return Err(e);
958942
}
959943
cursor += 1;

0 commit comments

Comments
 (0)