Skip to content

Commit

Permalink
fix: mermaid diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Nov 27, 2024
1 parent fbe8a4f commit 427d831
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/zcash_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Zcash ledger, make shielded transaction phase 3
- Store RCM values in flash
- Compute hash of all outputs

```mermaid
```mermaid
sequenceDiagram
participant LF as Ledger flash storage
participant LC as Ledger computation
Expand Down Expand Up @@ -162,7 +162,7 @@ Zcash ledger, make shielded transaction phase 4
- Ledger signs the necessary parts and shares with host
- Host sends transaction blob to network

```mermaid
```mermaid
sequenceDiagram
participant LF as Ledger flash storage
participant LC as Ledger computation
Expand Down
4 changes: 2 additions & 2 deletions docs/zcash_workflow_version2.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Zcash ledger, make shielded transaction phase 3
- Store RCM values in flash
- Compute hash of all outputs

```mermaid
```mermaid
sequenceDiagram
participant LF as Ledger flash storage
participant LC as Ledger computation
Expand Down Expand Up @@ -162,7 +162,7 @@ Zcash ledger, make shielded transaction phase 4
- Ledger signs the necessary parts and shares with host
- Host sends transaction blob to network

```mermaid
```mermaid
sequenceDiagram
participant LF as Ledger flash storage
participant LC as Ledger computation
Expand Down
4 changes: 2 additions & 2 deletions docs/zcash_workflow_version3.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Zcash ledger, make shielded transaction phase 4
- Ledger signs the necessary parts and shares with host
- Host sends transaction blob to network

```mermaid
```mermaid
sequenceDiagram
participant LF as Ledger flash storage
participant LC as Ledger computation
Expand Down Expand Up @@ -185,7 +185,7 @@ LC ->> H: all_ok
Zcash ledger, make shielded transaction phase 5
- Finalize tx

```mermaid
```mermaid
sequenceDiagram
participant LF as Ledger flash storage
participant LC as Ledger computation
Expand Down

0 comments on commit 427d831

Please sign in to comment.