1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-04 19:16:28 +01:00
This commit is contained in:
moonsettler 2024-11-14 18:10:42 +01:00 committed by Murch
parent b35383b68f
commit 329b0d3db5
No known key found for this signature in database
GPG key ID: 7BA035CA5B901713
2 changed files with 5 additions and 5 deletions

View file

@ -1121,7 +1121,7 @@ Those proposing changes should consider that ultimately consent may rest with th
| Standard | Standard
| Draft | Draft
|- style="background-color: #cfffcf" |- style="background-color: #cfffcf"
| [[bip-internalkey.md|internalkey]] | [[bip-0349.md|349]]
| Consensus (soft fork) | Consensus (soft fork)
| OP_INTERNALKEY | OP_INTERNALKEY
| Brandon Black, Jeremy Rubin | Brandon Black, Jeremy Rubin

View file

@ -1,9 +1,9 @@
``` ```
BIP: XXX BIP: 349
Layer: Consensus (soft fork) Layer: Consensus (soft fork)
Title: OP_INTERNALKEY Title: OP_INTERNALKEY
Author: Brandon Black <freedom@reardencode.com>, Jeremy Rubin <j@rubin.io> Author: Brandon Black <freedom@reardencode.com>, Jeremy Rubin <j@rubin.io>
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-XXXX Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0349
Status: Draft Status: Draft
Type: Standards Track Type: Standards Track
Created: 2023-12-22 Created: 2023-12-22
@ -19,8 +19,8 @@ pushes the _taproot internal key_ to the stack.
When verifying taproot script path spends having leaf version `0xc0` (as When verifying taproot script path spends having leaf version `0xc0` (as
defined in [BIP 342]), `OP_INTERNALKEY` replaces `OP_SUCCESS203` (0xcb). defined in [BIP 342]), `OP_INTERNALKEY` replaces `OP_SUCCESS203` (0xcb).
`OP_INTERNALKEY` pushes the _taproot internal key_, denoted as _P_ in `OP_INTERNALKEY` pushes the 32-byte x-only representation of the _taproot
[BIP 341], to the stack. internal key_ (referred to as _p_), as defined in [BIP 341], to the stack.
## Motivation ## Motivation