From 37c607cd12df9f4bc15d3f7f0f8cddfe4b67bc4f Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Thu, 19 Dec 2024 11:05:55 +0100 Subject: [PATCH] text: Fix footnote tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4762cec..baed610 100644 --- a/README.md +++ b/README.md @@ -631,7 +631,7 @@ If a participant deems a protocol session successful (as defined in [Inputs and The following figure shows an example ChillDKG involving the participants and the coordinator. For simplicity, only one participant is depicted. Arrows indicate network messages between the parties. -Each message sent by the coordinator is a broadcast message[^no-reliable broadcast], +Each message sent by the coordinator is a broadcast message[^no-reliable-broadcast], i.e., the coordinator sends the same message to each participant. Unless participants abort due to errors, all participants run the same code and send messages in the same steps.