mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-24 22:45:19 +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
|
||||
ID2 -->|Rotate| ID3
|
||||
|
||||
F[Fingerprint: SHA256(PublicKey)]
|
||||
F["Fingerprint: SHA256 of PublicKey"]
|
||||
F -.->|"Persistent Identity"| ID1
|
||||
F -.-> ID2
|
||||
F -.-> ID3
|
||||
|
||||
Reference in New Issue
Block a user