From 6ecb0002387d78129bcad16f36e51b8d9ce6275b Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Wed, 25 Sep 2024 13:43:09 +0900 Subject: [PATCH 1/2] meta: indexing the bolt12 Signed-off-by: Vincenzo Palazzo --- 00-introduction.md | 1 + 1 file changed, 1 insertion(+) diff --git a/00-introduction.md b/00-introduction.md index 94d0f099b..9d349bb4c 100644 --- a/00-introduction.md +++ b/00-introduction.md @@ -22,6 +22,7 @@ This is version 0. 9. [BOLT #9](09-features.md): Assigned Feature Flags 10. [BOLT #10](10-dns-bootstrap.md): DNS Bootstrap and Assisted Node Location 11. [BOLT #11](11-payment-encoding.md): Invoice Protocol for Lightning Payments +12. [BOLT #12](12-offer-encoding.md): Flexible Protocol for Lightning Payments ## The Spark: A Short Introduction to Lightning From f2ce46861ec17aeeb48eb4c477f9fb69c1717755 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 28 Jan 2025 06:06:06 +1030 Subject: [PATCH 2/2] 12: Rename the title line to be clearer. Suggested-by: Roasbeef Signed-off-by: Rusty Russell --- 00-introduction.md | 2 +- 12-offer-encoding.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/00-introduction.md b/00-introduction.md index 9d349bb4c..e83ac1e81 100644 --- a/00-introduction.md +++ b/00-introduction.md @@ -22,7 +22,7 @@ This is version 0. 9. [BOLT #9](09-features.md): Assigned Feature Flags 10. [BOLT #10](10-dns-bootstrap.md): DNS Bootstrap and Assisted Node Location 11. [BOLT #11](11-payment-encoding.md): Invoice Protocol for Lightning Payments -12. [BOLT #12](12-offer-encoding.md): Flexible Protocol for Lightning Payments +12. [BOLT #12](12-offer-encoding.md): Negotiation Protocol for Lightning Payments ## The Spark: A Short Introduction to Lightning diff --git a/12-offer-encoding.md b/12-offer-encoding.md index 930d6442d..873ef03ee 100644 --- a/12-offer-encoding.md +++ b/12-offer-encoding.md @@ -1,4 +1,4 @@ -# BOLT #12: Flexible Protocol for Lightning Payments +# BOLT #12: Negotiation Protocol for Lightning Payments # Table of Contents