mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31:08 +03:00
Fix minor typo (#2507)
This commit is contained in:
parent
a82e2a0126
commit
7646e71810
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ Where:
|
||||||
Neither _v_ nor _r_ can be deduced, leveraging the fundamental properties of Elliptic
|
Neither _v_ nor _r_ can be deduced, leveraging the fundamental properties of Elliptic
|
||||||
Curve Cryptography. `r*G + v*H` is called a _Pedersen Commitment_.
|
Curve Cryptography. `r*G + v*H` is called a _Pedersen Commitment_.
|
||||||
|
|
||||||
As a an example, let's assume we want to build a transaction with two inputs and one
|
As an example, let's assume we want to build a transaction with two inputs and one
|
||||||
output. We have (ignoring fees):
|
output. We have (ignoring fees):
|
||||||
|
|
||||||
* vi1 and vi2 as input values.
|
* vi1 and vi2 as input values.
|
||||||
|
|
Loading…
Reference in a new issue