From daf17078d0d354edb1d4c7702f7c9ef9f8a77138 Mon Sep 17 00:00:00 2001 From: Valentine Wallace Date: Fri, 4 Feb 2022 12:37:47 -0500 Subject: [PATCH] keysend: correct TLV extension field table Keysend's TLV extension type was in a bogus table --- blip-0002.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/blip-0002.md b/blip-0002.md index 668744e..c8e8a48 100644 --- a/blip-0002.md +++ b/blip-0002.md @@ -86,6 +86,7 @@ The following table contains extension tlv fields for the `payment_onion_payload | Type | Name | Link | |-------------|-----------------------------|--------------------------------| | 7629169 | `podcasting_2_0` | [bLIP 10](./blip-0010.md) | +| 5482373484 | `keysend_preimage` | [bLIP 3](./blip-0003.md) | #### `ping` @@ -96,14 +97,6 @@ The following table contains extension tlv fields for the `ping` message: |-------|-----------------------------|--------------------------------| | 65536 | `tlv_field_name` | Link to the corresponding bLIP | -#### `update_add_htlc` - -The following table contains extension tlv fields for the `update_add_htlc` message's onion payload: - -| Type | Name | Link | -|------------|-----------------------------|--------------------------------| -| 5482373484 | `keysend_preimage` | [bLIP 3](./blip-0003.md) | - ## Copyright This bLIP is licensed under the CC0 license.