Remove mention of spontaneous payments from `lightning-invoice`
authorElias Rohrer <dev@tnull.de>
Mon, 21 Aug 2023 09:56:34 +0000 (11:56 +0200)
committerElias Rohrer <dev@tnull.de>
Wed, 13 Sep 2023 09:52:45 +0000 (11:52 +0200)
lightning-invoice/src/payment.rs

index b67bac13f3447f2061782266a52812fee0cfcac5..e5cf41b1b5c78eff03a273c06a21333e14e3f819 100644 (file)
@@ -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;