From 58fc44127a14328a0904f576a14efdb6d3ed3f70 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Fri, 20 Oct 2023 11:17:27 -0500 Subject: [PATCH] fix boost explanation --- value/blip-0010.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/value/blip-0010.md b/value/blip-0010.md index 9e2af6c..9110835 100644 --- a/value/blip-0010.md +++ b/value/blip-0010.md @@ -12,8 +12,8 @@ License: CC0 Using Value 4 Value apps, listeners can send sats to the podcasts they listen to. A per-minute payment is called a `stream`, a manually triggered payment is called a `boost` and an automatically recurring (i.e. scheduled) -payment is called an `auto` payment. If there is a message to the podcaster included in a `boost` it is referred to as -a `boostagram`. +payment is called an `auto` payment. The `auto` and `boost` action types may contain a text message in the `message` +property. The `stream` type should not. The payload is a simple JSON structure that is encoded as a TLV in the Lightning payment when it is sent. This structure is explained in this document.