Skip to content

Commit

Permalink
Merge pull request #2 from moonsettler/internalkey
Browse files Browse the repository at this point in the history
BIP-349
  • Loading branch information
reardencode authored Nov 14, 2024
2 parents 6c5971a + 49e1b25 commit 4a8049f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ Those proposing changes should consider that ultimately consent may rest with th
| Standard
| Draft
|- style="background-color: #cfffcf"
| [[bip-internalkey.md|internalkey]]
| [[bip-0349.md|349]]
| Consensus (soft fork)
| OP_INTERNALKEY
| Brandon Black, Jeremy Rubin
Expand Down
8 changes: 4 additions & 4 deletions bip-internalkey.md → bip-0349.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
```
BIP: XXX
BIP: 349
Layer: Consensus (soft fork)
Title: OP_INTERNALKEY
Author: Brandon Black <[email protected]>, Jeremy Rubin <[email protected]>
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-XXXX
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0349
Status: Draft
Type: Standards Track
Created: 2023-12-22
Expand All @@ -19,8 +19,8 @@ pushes the _taproot internal key_ to the stack.

When verifying taproot script path spends having leaf version `0xc0` (as
defined in [BIP 342]), `OP_INTERNALKEY` replaces `OP_SUCCESS203` (0xcb).
`OP_INTERNALKEY` pushes the _taproot internal key_, denoted as _P_ in
[BIP 341], to the stack.
`OP_INTERNALKEY` pushes the 32-byte x-only representation of the _taproot
internal key_ (referred to as _p_), as defined in [BIP 341], to the stack.

## Motivation

Expand Down

0 comments on commit 4a8049f

Please sign in to comment.