From 1f32ba46165b986ab63ee32a7104f812573c4cbe Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Mon, 21 Aug 2023 11:56:34 +0200 Subject: [PATCH] Remove mention of spontaneous payments from `lightning-invoice` --- lightning-invoice/src/payment.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightning-invoice/src/payment.rs b/lightning-invoice/src/payment.rs index b67bac13..e5cf41b1 100644 --- a/lightning-invoice/src/payment.rs +++ b/lightning-invoice/src/payment.rs @@ -7,7 +7,7 @@ // You may not use this file except in accordance with one or both of these // licenses. -//! Convenient utilities for paying Lightning invoices and sending spontaneous payments. +//! Convenient utilities for paying Lightning invoices. use crate::Bolt11Invoice; -- 2.30.2