mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-17 13:22:51 +01:00
Fix typo in BIP 345
`OP_SUCCESS188` is `0xbc`, not `0xbb`.
This commit is contained in:
parent
6a6ef3585f
commit
c532b53ca2
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user