Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIP345: fix OP_SUCCESS188 hex value #1745

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading