mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 04:05:20 +00:00
Fix mermaid diagram syntax error in whitepaper
Replace SHA256(PublicKey) with quoted text to resolve mermaid rendering issue
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ graph LR
|
|||||||
ID1 -->|Rotate| ID2
|
ID1 -->|Rotate| ID2
|
||||||
ID2 -->|Rotate| ID3
|
ID2 -->|Rotate| ID3
|
||||||
|
|
||||||
F[Fingerprint: SHA256(PublicKey)]
|
F["Fingerprint: SHA256 of PublicKey"]
|
||||||
F -.->|"Persistent Identity"| ID1
|
F -.->|"Persistent Identity"| ID1
|
||||||
F -.-> ID2
|
F -.-> ID2
|
||||||
F -.-> ID3
|
F -.-> ID3
|
||||||
|
|||||||
Reference in New Issue
Block a user