Skip to content

Commit

Permalink
it was miscounted (#3013)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzhp authored and antiochp committed Sep 2, 2019
1 parent 30156cd commit 2cebdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Alice wants to pay Bob in grins. She starts the transaction building process:
1. Alice computes `e` just like Bob did and can check that
`sr*G = kr*G + e*rr*G`.
1. Alice sends her side of the signature `ss = ks + e * rs` to Bob.
1. Bob validates `ss*G` just like Alice did for `sr*G` in step 5 and can
1. Bob validates `ss*G` just like Alice did for `sr*G` in step 6 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`.

Expand Down

0 comments on commit 2cebdc5

Please sign in to comment.