Fix a typo

This commit is contained in:
Saivann 2014-10-23 14:48:03 -04:00
parent 5711d723c1
commit 5959721141

View file

@ -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. 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 * [`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 converted into the signature using the same ECDSA private key that
generated the public key. Otherwise, it pushes false onto the stack. generated the public key. Otherwise, it pushes false onto the stack.