From e3282db89b4c9699ead2b60fd98b9d8d154f5393 Mon Sep 17 00:00:00 2001 From: James Ray Date: Fri, 17 Nov 2017 16:32:30 +1100 Subject: [PATCH] Incorrect link, casper-cbc, changed to cbc-casper --- papers/CasperTFG/CasperTFG.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/papers/CasperTFG/CasperTFG.tex b/papers/CasperTFG/CasperTFG.tex index ab65dc7..2c12cf0 100644 --- a/papers/CasperTFG/CasperTFG.tex +++ b/papers/CasperTFG/CasperTFG.tex @@ -528,7 +528,7 @@ Nonetheless, liveness considerations are considered largely out of scope, and sh \pagebreak \section{Experimental Observations} -Early prototypes of both Casper the Friendly Binary Consensus and Casper the Friendly Ghost have been implemented, and the following graphics represent observations of executions of these protocols with various message passing orders.\footnote{The code is available at https://github.com/ethereum/casper-cbc} +Early prototypes of both Casper the Friendly Binary Consensus and Casper the Friendly Ghost have been implemented, and the following graphics represent observations of executions of these protocols with various message passing orders.\footnote{The code is available at https://github.com/ethereum/cbc-casper} In all of these representations, each message is represented by a node in the graph. Messages from the same validator are vertically aligned. And later messages are always displayed higher than their dependencies.