Typo in intro doc: two inputs and one output (#45)

* vi1 and vi2 as input values. (2 inputs)
* vo3 as output value. (1 outputs)
This commit is contained in:
gabriel-syme 2017-04-30 22:00:40 -05:00 committed by Ignotus Peverell
parent 94539c768e
commit 2787d4259a

View file

@ -118,8 +118,8 @@ Where:
Neither _v_ nor _r_ can be deduced, leveraging the fundamental properties of Elliptic
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 one input and two
outputs. We have (ignoring fees):
As a an example, let's assume we want to build a transaction with two inputs and one
output. We have (ignoring fees):
* vi1 and vi2 as input values.
* vo3 as output value.