mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
typo fix (#754)
This commit is contained in:
parent
a9d1b76414
commit
a059bbde0d
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ kernel is assembled from the aggregate signature generated using `r` and the
|
||||||
public key `r*G`, and allows to verify non-inflation for all Grin transactions
|
public key `r*G`, and allows to verify non-inflation for all Grin transactions
|
||||||
(and signs the fees).
|
(and signs the fees).
|
||||||
|
|
||||||
Because these signatues are built simply from a scalar and a public key, they
|
Because these signatures are built simply from a scalar and a public key, they
|
||||||
can be used to construct a variety of contracts using "simple" arithmetic.
|
can be used to construct a variety of contracts using "simple" arithmetic.
|
||||||
|
|
||||||
## Timelocked Transactions
|
## Timelocked Transactions
|
||||||
|
|
Loading…
Reference in a new issue