Skip to content

Commit

Permalink
fix boost explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
daveajones committed Oct 20, 2023
1 parent a9ec822 commit 58fc441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions value/blip-0010.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 58fc441

Please sign in to comment.