mirror of
https://github.com/bitcoin/bips.git
synced 2025-09-18 23:21:27 +02:00
Fix typo in BIP 345
`OP_SUCCESS188` is `0xbc`, not `0xbb`.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user