From d4c70ceb983876b55fc2ded283f5a3e38f1c5a41 Mon Sep 17 00:00:00 2001 From: Jeffrey Czyz Date: Fri, 11 Jun 2021 13:30:05 -0700 Subject: [PATCH] Remove outdated comment on payment secret --- src/cli.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/cli.rs b/src/cli.rs index 02713a5..be6c80c 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -608,9 +608,6 @@ fn get_invoice( payment_hash, PaymentInfo { preimage: None, - // We can't add payment secrets to invoices until we support features in invoices. - // Otherwise lnd errors with "destination hop doesn't understand payment addresses" - // (for context, lnd calls payment secrets "payment addresses"). secret: invoice.payment_secret().cloned(), status: HTLCStatus::Pending, amt_msat: MillisatAmount(Some(amt_msat)), -- 2.30.2