Skip to content

Commit

Permalink
fix some formatting, add link
Browse files Browse the repository at this point in the history
  • Loading branch information
zancas committed Dec 2, 2024
1 parent c96ae40 commit db8f212
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions zingo-sync/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#![warn(missing_docs)]
//! Zingo sync engine prototype
//!
//! Definitions:
//! Sync: Observation of a consensus state
//! Consensus State: Eventually consistent global agreement
//! Key-Enabled (keyed): Sync where the observer owns keys that reveal hidden information
//! Keyless: The observer doesn't have keys
//! Definitions, Subordinate to the [Zcash Protocol Specification](<https://zips.z.cash/protocol/protocol-dark.pdf#blockchain>):
//! - Sync: Observation of a consensus state
//! - Consensus State: Eventually consistent global agreement
//! - Key-Enabled (keyed): Sync where the observer owns keys that reveal hidden information
//! - Keyless: The observer doesn't have keys
//!
//! Entrypoint: [`crate::sync::sync`]
Expand Down

0 comments on commit db8f212

Please sign in to comment.