1
0
mirror of https://github.com/lightning/blips.git synced 2024-11-19 00:50:02 +01:00

Update blip-0010.md

typo
This commit is contained in:
satoshisstream 2022-01-27 08:04:19 +00:00 committed by GitHub
parent a02a0ffb97
commit 591b4c74fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ This bLIP is licensed under the CC0 license.
The sender of the payments (the Podcast app) needs to input some metadata so the podcast host can identify whom the payment is for. Most fields are optional.
### Formatting and encoding
A flat key-value json structure is used where below keys can be set. The string is then encided into `utf8` and attached to the keysend payment. Receivers of messages must be aware there is no guarantee for the order of the keys.
A flat key-value json structure is used where below keys can be set. The string is then encoded into `utf8` and attached to the keysend payment. Receivers of messages must be aware there is no guarantee for the order of the keys.
Sample JSON string, containing a selection of keys:
`{"app_name": "Castamatic", "app_version": "8.0.6", "value_msat_total": 49960, "url": "https://feeds.buzzsprout.com/1844352.rss", "podcast": "Mere Mortals", "action": "stream", "episode": "The Art Of NFT's & Aimless Wandering", "episode_guid": "Buzzsprout-9931017", "value_msat": 97940, "ts": 574, "name": "Podcaster", "sender_name": "Peter"}`