From d4ae88217dd81cd1bd356a98064ea3ffa147da1b Mon Sep 17 00:00:00 2001 From: "odysseas.eth" Date: Fri, 9 Jun 2023 11:28:07 +0200 Subject: [PATCH] Update blockchain.md --- doc/src/architecture/blockchain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/architecture/blockchain.md b/doc/src/architecture/blockchain.md index 41f7359f2..768512994 100644 --- a/doc/src/architecture/blockchain.md +++ b/doc/src/architecture/blockchain.md @@ -8,7 +8,7 @@ tunned with a discrete controller to achieve a stable supply. ## Blockchain Blockchain $\mathbb{C_{loc}}$ is a series of epochs: it's a tree of chains, -$C^1$, $C^2$, $\dots$, $C^n$, the chain ending in a single leader per slot singls finalization. +$C^1$, $C^2$, $\dots$, $C^n$, the chain ending in a single leader per slot single finalization. Crypsinous Blockchain is built on top of Zerocash sapling scheme, and Ouroboros Genesis blockchain. Each participant $U_p$ stores it's own local view of the Blockchain $C_{loc}^{U_p}$.