From 77e27e59c36a833d575c0fe106cdc6ca3cde8f83 Mon Sep 17 00:00:00 2001 From: Javier Vargas Date: Mon, 20 Jul 2020 13:52:07 +0200 Subject: [PATCH] Update 13_4_Paying_a_Invoice.md --- 13_4_Paying_a_Invoice.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/13_4_Paying_a_Invoice.md b/13_4_Paying_a_Invoice.md index 4809119..bf58880 100644 --- a/13_4_Paying_a_Invoice.md +++ b/13_4_Paying_a_Invoice.md @@ -13,7 +13,8 @@ Invoices have two parts: - Data part : UNIX Timestamp + tagged parts include a payment hash, the pubkey of the payee node, an optional description of the payment, an expiration time, and some extra routing information. Conside this ln invoice `lntb1m1p03ft7lpp5zve4dsgwgdxekqqq39vhgcnv6gfa2g2ktqy9lf0aph60d0388xmqdqqcqzpgsp545a9fphd8m5ayplcu8m5845cr4m0zcnyxddwv4g3zm32yprkfd4q9qy9qsq3s4y6cmyvh0qw9qm0sf80llxyyjy9xwrjds7lpkqhzv247jsm6q5me8t9e6ftquma664gz5u4a2rvs0yf4f0mlwtwfs6as5uj5djzhcqpnqlcj -` Starts with Prefix ln+tb+1m that indicates milli, so you should multi by 0.001. +` +This invoice starts with prefix ln+tb+1m that indicates milli, so you should multi by 0.001. That means we'll pay an invoice by 100000 satoshis. ### Understanding your invoice