-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from moonsettler/internalkey
BIP-349
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
||
|