Skip to main content

get_legacy_ledger_divergences

Function get_legacy_ledger_divergences 

Source
pub async fn get_legacy_ledger_divergences(
    conn: &mut PgConnection,
    limit: i64,
) -> ModelResult<Vec<LegacyLedgerDivergence>>
Expand description

Ledger rows the legacy ledger contradicts, in either direction.

Not “every completion the pull path registered”: materialize skips those on purpose, so listing them would report the coexistence design as a fault. Only rows where one side has moved and the other has not are here.