From 2787d4259a453014f1f6e4b697373f3b4577502c Mon Sep 17 00:00:00 2001 From: gabriel-syme Date: Sun, 30 Apr 2017 22:00:40 -0500 Subject: [PATCH] Typo in intro doc: two inputs and one output (#45) * vi1 and vi2 as input values. (2 inputs) * vo3 as output value. (1 outputs) --- doc/intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/intro.md b/doc/intro.md index ebfba1f81..4e4a26138 100644 --- a/doc/intro.md +++ b/doc/intro.md @@ -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.