mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-18 14:24:19 +01:00
Update payments.md
This commit is contained in:
@@ -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?;
|
let invoice = sdk.receive_payment(3000, "Invoice for 3000 sats".into()).await?;
|
||||||
```
|
```
|
||||||
|
|
||||||
Or make payments
|
|
||||||
|
|
||||||
## Sending Lightning Payments
|
## Sending Lightning Payments
|
||||||
```rust
|
```rust
|
||||||
let bolt11 = "...";
|
let bolt11 = "...";
|
||||||
|
|||||||
Reference in New Issue
Block a user