diff --git a/decoding/outputs-scriptpubkey.mdx b/decoding/outputs-scriptpubkey.mdx index 654b264..3a1850d 100644 --- a/decoding/outputs-scriptpubkey.mdx +++ b/decoding/outputs-scriptpubkey.mdx @@ -85,7 +85,7 @@ The ScriptPubKey acts like a smart contract that defines how the bitcoins can be 1. **Single Signature**: Requires one digital signature from a specific public key 2. **Multi-signature**: Requires M-of-N signatures from a set of public keys 3. **Time Locks**: Prevents spending until a certain time or block height -4. **Hash Locks**: Requires revealing a preimage that hashes to a specific value +4. **Hash Locks**: Requires revealing a preimage that matches a specific hash value An empty or invalid ScriptPubKey will make the output unspendable,