From 94539c768e8571ac1a01b407dfd3abd8890714c7 Mon Sep 17 00:00:00 2001 From: Simon Horne Date: Sun, 30 Apr 2017 22:59:39 -0400 Subject: [PATCH] Typo in intro doc: when->which (#47) --- doc/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/intro.md b/doc/intro.md index b6e2685e5..ebfba1f81 100644 --- a/doc/intro.md +++ b/doc/intro.md @@ -194,7 +194,7 @@ for any x and y, only if `y = 0` is `x*G + y*H` a valid public key on _G_. So all the protocol needs to verify is that (`Y - Xi`) is a valid public key on _G_ and that the transaction author knows the private key (28 in our transaction with Carol). The simplest way to do so is to require an ECDSA signature built with the excess value (28), -when then validates that: +which then validates that: * The author of the transaction knows the excess value (which is also the private key for the output)