Skip to content

Commit

Permalink
Fix issue bitcoinbook#1100
Browse files Browse the repository at this point in the history
  • Loading branch information
RequestPrivacy committed Mar 29, 2024
1 parent 6d1c26e commit dcd1329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch04_keys.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ to figure out how to use it in a transaction. Consider the following
output script:

----
OP_DUP OP_HASH160 <Bob's commitment> OP_EQUAL OP_CHECKSIG
OP_DUP OP_HASH160 <Bob's commitment> OP_EQUALVERIFY OP_CHECKSIG
----

And also the following input script:
Expand Down

0 comments on commit dcd1329

Please sign in to comment.