From 13147d8dcddbf8503c1a19138d7c2461008e01c6 Mon Sep 17 00:00:00 2001 From: Gigi Date: Mon, 19 Jul 2021 19:21:27 +0200 Subject: [PATCH] Update Lightning example to float Resolves #228 --- value/value.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/value/value.md b/value/value.md index 50a5984..825982c 100644 --- a/value/value.md +++ b/value/value.md @@ -96,8 +96,7 @@ to be streamed to what is, essentially, an open invoice. Other cryptocurrencies would be used here. If not, a value of "default" should be given. The "suggested" amount is just that. It's a suggestion, and must be changeable by the user to another value, or -to zero. The suggested amount should always be given in the smallest denomination available within the payment -protocol being used. For instance, with Lightning it is given in millisatoshis. +to zero. The suggested amount depends on the payment protocol being used. For instance, with Lightning on the Bitcoin network, the amount can be as low as one millisatoshi, expressed as `0.00000000001` BTC. A single value tag can contain many `` tags as children. All of these given recipients are sent individual payments when the payment interval triggers.