@@ -331,9 +331,9 @@ message, `node_announcement` and also
331331` channel_announcement ` so taproot channels can be identified on the routing level, which will eventually matter once
332332PTLCs are fully rolled out.
333333
334- | Bits | Name | Description | Context | Dependencies | Link |
335- | -------| ------------------------- | ---------------------------------------| ---------| ------------------------------------------| ----------------------|
336- | 30/31 | ` option_simple_taproot ` | Node supports simple taproot chanenls | IN | ` option_channel_type ` + ` option_anchors ` | TODO(roasbeef): link |
334+ | Bits | Name | Description | Context | Dependencies | Link |
335+ | -------| ------------------| ---------------------------------------| ---------| ------------------------------------------| ----------------------|
336+ | 30/31 | ` option_taproot ` | Node supports simple taproot chanenls | IN | ` option_channel_type ` + ` option_anchors ` | TODO(roasbeef): link |
337337
338338The Context column decodes as follows:
339339
@@ -344,10 +344,10 @@ The Context column decodes as follows:
344344* ` C+ ` : presented in the ` channel_announcement ` message, but always even (required).
345345* ` 9 ` : presented in [ BOLT 11] ( 11-payment-encoding.md ) invoices.
346346
347- The ` option_simple_taproot ` feature bit also becomes a defined channel type feature bit for explicit channel
347+ The ` option_taproot ` feature bit also becomes a defined channel type feature bit for explicit channel
348348negotiation.
349349
350- Throughout this document, we assume that ` option_simple_taproot ` was negotiated, and also the ` option_simple_taproot `
350+ Throughout this document, we assume that ` option_taproot ` was negotiated, and also the ` option_taproot `
351351channel type is used.
352352
353353### Channel Funding
@@ -358,7 +358,7 @@ channel type is used.
358358
359359![ ] ( taproot_channel_open.jpg )
360360
361- We add ` option_simple_taproot ` to the set of defined channel types.
361+ We add ` option_taproot ` to the set of defined channel types.
362362
363363#### ` accept_channel ` Extensions
364364
@@ -733,7 +733,7 @@ This:
733733
734734#### Anchor Outputs
735735
736- For simple taproot channels (`option_simple_taproot `) we'll maintain the same form as base segwit channels, but instead
736+ For simple taproot channels (`option_taproot `) we'll maintain the same form as base segwit channels, but instead
737737will utilize `local_delayedpubkey`
738738and the `remotepubkey` rather than the multi-sig keys as that's no longer revealed due to musig2. In the case that
739739no `to_local` output exists the
0 commit comments