mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-06-26 00:49:27 +00:00
fix(indexer): tiny comment link fix [skip ci]
This commit is contained in:
parent
735235efa1
commit
c7336c3216
@ -58,11 +58,11 @@ impl IndexerSyncStatus {
|
||||
}
|
||||
}
|
||||
|
||||
/// Full status snapshot returned to callers (FFI/RPC): the live [`SyncStatus`]
|
||||
/// Full status snapshot returned to callers (FFI/RPC): the live [`IndexerSyncStatus`]
|
||||
/// plus the L2 tip (`indexed_block_id`) read fresh from the store at query time.
|
||||
///
|
||||
/// The tip is tracked by the store, not the ingest loop, so it lives here on the
|
||||
/// returned snapshot rather than inside the shared [`SyncStatus`].
|
||||
/// returned snapshot rather than inside the shared [`IndexerSyncStatus`].
|
||||
#[derive(Debug, Clone, Serialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct IndexerStatus {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user