From 59597211415fd3320ea2137304a305db53cafc20 Mon Sep 17 00:00:00 2001 From: Saivann Date: Thu, 23 Oct 2014 14:48:03 -0400 Subject: [PATCH] Fix a typo --- _includes/ref_transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/ref_transactions.md b/_includes/ref_transactions.md index da9cf728..d5f9c1f6 100644 --- a/_includes/ref_transactions.md +++ b/_includes/ref_transactions.md @@ -17,7 +17,7 @@ The op codes used in the pubkey scripts of standard transactions are: push the values 1 through 16 to the stack. * [`OP_CHECKSIG`][op_checksig]{:#term-op-checksig}{:.term} consumes a signature and a full public key, and pushes - true onto the stack if the the transaction data specified by the SIGHASH flag was + true onto the stack if the transaction data specified by the SIGHASH flag was converted into the signature using the same ECDSA private key that generated the public key. Otherwise, it pushes false onto the stack.