Skip to content

Commit

Permalink
Clean-up duplicate section in bLIP-0002 (#49)
Browse files Browse the repository at this point in the history
It looks like two PRs added the `update_add_htlc` section.
This wasn't correctly merged.
  • Loading branch information
t-bast authored Oct 17, 2024
1 parent b6c3e8c commit 1e14b3e
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions blip-0002.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,10 @@ The following table contains extension tlv fields for the `payment_onion_payload

The following table contains extension tlv fields for the `update_add_htlc` message:

| Type | Name | Link |
|-------|-----------------------------|--------------------------------|
| 65537 | `extra_fee` | [bLIP 25](./blip-0025.md) |
| Type | Name | Link |
|--------|-----------------------------|--------------------------------|
| 106823 | `endorsed` | [bLIP 4](./blip-0004.md) |
| 65537 | `extra_fee` | [bLIP 25](./blip-0025.md) |

#### `ping`

Expand All @@ -130,14 +131,6 @@ The following table contains tlv fields for use in onion messages as the payload
| 65536 | `dnssec_query` | [bLIP 32](./blip-0032.md) |
| 65538 | `dnssec_proof` | [bLIP 32](./blip-0032.md) |

#### `update_add_htlc`

The following table contains extension tlv fields for the `update_add_htlc` message:

| Type | Name | Link |
|--------|-----------------------------|--------------------------------|
| 106823 | `endorsed` | [bLIP 4](./blip-0004.md) |

## Copyright

This bLIP is licensed under the CC0 license.

0 comments on commit 1e14b3e

Please sign in to comment.