Commit 8684a2fa47c03408c0ceed8e7ed1a4b7c4e5019b
Merge remote-tracking branch 'github/master'
cel committed on 11/19/2019, 11:19:32 PMParent: c83445d9bbe38b0be91be64d4cba8164efb72630
Parent: 2b3708ff390cc334653a3a9ff0f511f866423af7
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