Commit 07f9b60d2c393384f378ed29c5016d4dea460402
Merge pull request #17 from Dhole/master
Add missing wordChristian Bundy authored on 11/19/2019, 8:23:47 PM
GitHub committed on 11/19/2019, 8:23:47 PM
Parent: 9c65ae548c83ca8fafeec171a0a0bc7ebf386a11
Parent: 705c88d9fdabff0e4d72076046f98bd31e8ef60c
Files changed
tmpl/more/protocols/secure-scuttlebutt.html.js | changed |
tmpl/more/protocols/secure-scuttlebutt.html.js | ||
---|---|---|
@@ -176,9 +176,9 @@ | ||
176 | 176 … | <li>Messages may optionally be encrypted</li> |
177 | 177 … | </ul> |
178 | 178 … | <p> |
179 | 179 … | Additionally there is a protection from the feed owner, through the blockchain. |
180 | - The <code>previous</code> content-hash them from changing the feed history after publishing, as a newly-created message wouldn't match the hash of later messages which were already replicated. | |
180 … | + The <code>previous</code> content-hash forbids them from changing the feed history after publishing, as a newly-created message wouldn't match the hash of later messages which were already replicated. | |
181 | 181 … | This ensures the append-only constraint, and thus safe network convergence. |
182 | 182 … | </p> |
183 | 183 … | `, |
184 | 184 … | next: ['/more/protocols/secret-handshake.html', 'Secret Handshake'] |
Built with git-ssb-web