Evaulate -> Evaluate

This commit is contained in:
mkcisse 2019-02-25 11:29:14 +01:00 committed by GitHub
parent f75d3833aa
commit 3496d0df2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -222,7 +222,7 @@ As we've seen, every input for a Bitcoin transaction contains a `scriptSig` that
So, presume that a UTXO were locked with a `scriptPubKey` that read `OP_ADD 99 OP_EQUAL`, requiring as input two numbers that add up to ninety-nine, and presume that the `scriptSig` of `1 98` were run to unlock it. The two scripts would effectively be run in order as `1 98 OP_ADD 99 OP_EQUAL`.
Evaulate the result:
Evaluate the result:
```
Script: 1 98 OP_ADD 99 OP_EQUAL
Stack: []