From b3104fe2f6c5bea8dd93c11aebd75aff7f8b4f28 Mon Sep 17 00:00:00 2001 From: Ignotus Peverell Date: Thu, 1 Mar 2018 19:15:38 +0000 Subject: [PATCH] Typo fix --- doc/contracts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contracts.md b/doc/contracts.md index e1667f16d..3aa2cbaef 100644 --- a/doc/contracts.md +++ b/doc/contracts.md @@ -91,7 +91,7 @@ signature `sr = kr + e * rr`. 5. Bob sends `sr`, `kr*G` and `rr*G` to Alice. 6. Alice computes `e` just like Bob did and can check that `sr*G = kr*G + e*rr*G`. -7. Alice sends her side of the signature `ss = ks + e * sr` to Bob. +7. Alice sends her side of the signature `ss = ks + e * rs` to Bob. 8. Bob validates `ss*G` just like Alice did for `sr*G` in step 5 and can produce the final signature `s = (ss + sr, ks*G + kr*G)` as well as the final transaction kernel including `s` and the public key `rr*G + rs*G`.