mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-07-09 15:29:34 +00:00
chore(indexer): comment
This commit is contained in:
parent
4c79ce8d9c
commit
3bfa210eac
@ -160,6 +160,10 @@ impl RocksDBIO {
|
||||
}
|
||||
|
||||
// walk down to the nearest snapshot that exists
|
||||
//
|
||||
// NOTE: we do not use `get_meta_last_breakpoint_id` here because
|
||||
// it may be stale if the last breakpoint was deleted, and simply
|
||||
// computing it from `block_id` is enough
|
||||
let target = closest_breakpoint_id(block_id);
|
||||
let mut br_id = target;
|
||||
let mut state = loop {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user