From 82d70adf7609bcd035f3f4745742a443681ae89d Mon Sep 17 00:00:00 2001 From: Fabrice Benhamouda Date: Tue, 11 Apr 2023 12:37:12 -0400 Subject: [PATCH] Fix typo Fix #80 --- dev/abft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/abft.md b/dev/abft.md index ba8fa73..e52b606 100644 --- a/dev/abft.md +++ b/dev/abft.md @@ -825,7 +825,7 @@ identified with the address $I$ and possesses the secret key $\sk$, and the agreement is occurring on the ledger $L$. Then the player constructs a vote $\Vote(I, r, p, s, v)$ by doing the following: - - Let $(\pk, B) = \Record(L, r - \delta_b, I)$, + - Let $(B, \pk) = \Record(L, r - \delta_b, I)$, $\Bbar = \Stake(L, r - \delta_b)$, $Q = \Seed(L, r - \delta_s)$, $\tau = \CommitteeThreshold(s)$, $\taubar = \CommitteeSize(s).$