From 746a9d33765e00dcfa76193cabecfa40bde12c70 Mon Sep 17 00:00:00 2001 From: Roy Sheinfeld <31890660+kingonly@users.noreply.github.com> Date: Thu, 27 Apr 2023 15:51:10 +0300 Subject: [PATCH] Update payments.md --- src/guide/payments.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/guide/payments.md b/src/guide/payments.md index 587da0b..1a678ed 100644 --- a/src/guide/payments.md +++ b/src/guide/payments.md @@ -8,8 +8,6 @@ Breez SDK automatically connects your node to the LSP peer and you can now recei let invoice = sdk.receive_payment(3000, "Invoice for 3000 sats".into()).await?; ``` -Or make payments - ## Sending Lightning Payments ```rust let bolt11 = "...";