Skip to content

Commit

Permalink
Fix typo in BIP 345
Browse files Browse the repository at this point in the history
`OP_SUCCESS188` is `0xbc`, not `0xbb`.
  • Loading branch information
shesek authored Jan 11, 2025
1 parent 6a6ef35 commit c532b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bip-0345.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ If none of the conditions fail, a single true value (<code>0x01</code>) is left
=== <code>OP_VAULT_RECOVER</code> evaluation ===

When evaluating <code>OP_VAULT_RECOVER</code> (<code>OP_SUCCESS188</code>,
<code>0xbb</code>), the expected format of the stack, shown top to bottom, is:
<code>0xbc</code>), the expected format of the stack, shown top to bottom, is:

<source>
<recovery-sPK-hash>
Expand Down

0 comments on commit c532b53

Please sign in to comment.