Merge pull request #52 from jamesray1/patch-15
this following the specification of [sic] blockchain consensus protocol
This commit is contained in:
commit
f7f4b47482
|
@ -284,7 +284,7 @@ $$
|
|||
|
||||
Because this construction satisfies the terms of our consensus safety proof, we know that decisions on such safe estimates in this protocol are consensus safe (if there are less than $t$ Byzantine faults (by weight)).
|
||||
|
||||
We have yet to discuss how nodes running the binary consensus protocol can detect when they are in a state with a safe estimate. We discuss this following the specification of blockchain consensus protocol because we detect estimate safety in the same way for both protocols.
|
||||
We have yet to discuss how nodes running the binary consensus protocol can detect when they are in a state with a safe estimate. We discuss this following the specification of the blockchain consensus protocol because we detect estimate safety in the same way for both protocols.
|
||||
|
||||
Now that we've covered the binary consensus protocol, it is much simpler to specify the blockchain consensus protocol.
|
||||
|
||||
|
|
Loading…
Reference in New Issue