upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Dilger <mike@mikedilger.com>2023-04-09 10:24:50 +1200
committerfiatjaf_ <fiatjaf@gmail.com>2023-04-08 21:28:29 -0300
commitdee546ed9ead06135522307c7effafb8e7095afd (patch)
tree36987be844771a7fe4f7a4d8529562edd6652522
parentc7711aa8027b064b14236343dc9f287a5ecd3b2f (diff)
Indicate that TLVs that are not recognized or supported should be ignored
-rw-r--r--19.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/19.md b/19.md
index 9d73458..91afaf7 100644
--- a/19.md
+++ b/19.md
@@ -66,3 +66,4 @@ These possible standardized `TLV` types are indicated here:
66## Notes 66## Notes
67 67
68- `npub` keys MUST NOT be used in NIP-01 events or in NIP-05 JSON responses, only the hex format is supported there. 68- `npub` keys MUST NOT be used in NIP-01 events or in NIP-05 JSON responses, only the hex format is supported there.
69- When decoding a bech32-formatted string, TLVs that are not recognized or supported should be ignored, rather than causing an error.