mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-08-25 06:01:11 +00:00
Cleanup surfaced while auditing the lean-quote migration: - Remove the `quote_changed` / `quote_not_submittable` error messages — relics of the dropped quoteHash/canSubmit commitment model, emitted by nothing now. - Remove the `network_unknown` / `network_mismatch` messages — the `Network` model is gone, so they're never emitted. - warningText: drop the dead `quotePayload.warnings` branch (lean quotes carry no warnings); keep the live token-sourcing-context warnings.