Update payments.md

This commit is contained in:
Roy Sheinfeld
2023-04-27 15:51:10 +03:00
committed by GitHub
parent 52ec41aa0b
commit 746a9d3376

View File

@@ -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 = "...";