git ssb

2+

cel / scuttlebot.io



Commit 705c88d9fdabff0e4d72076046f98bd31e8ef60c

Add missing word

Dhole committed on 9/4/2019, 7:32:55 PM
Parent: 9c65ae548c83ca8fafeec171a0a0bc7ebf386a11

Files changed

tmpl/more/protocols/secure-scuttlebutt.html.jschanged
tmpl/more/protocols/secure-scuttlebutt.html.jsView
@@ -176,9 +176,9 @@
176176 <li>Messages may optionally be encrypted</li>
177177 </ul>
178178 <p>
179179 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&#39;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&#39;t match the hash of later messages which were already replicated.
181181 This ensures the append-only constraint, and thus safe network convergence.
182182 </p>
183183 `,
184184 next: ['/more/protocols/secret-handshake.html', 'Secret Handshake']

Built with git-ssb-web