mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 13:54:20 +01:00
Fix indentation
This commit is contained in:
@@ -5,8 +5,8 @@ def receive_payment(sdk_services):
|
|||||||
try:
|
try:
|
||||||
# ANCHOR: receive-payment
|
# ANCHOR: receive-payment
|
||||||
req = breez_sdk.ReceivePaymentRequest(
|
req = breez_sdk.ReceivePaymentRequest(
|
||||||
amount_msat=3000000,
|
amount_msat=3000000,
|
||||||
description="Invoice for 3 000 000 sats")
|
description="Invoice for 3 000 000 sats")
|
||||||
result = sdk_services.receive_payment(req)
|
result = sdk_services.receive_payment(req)
|
||||||
# ANCHOR_END: receive-payment
|
# ANCHOR_END: receive-payment
|
||||||
return result
|
return result
|
||||||
|
|||||||
Reference in New Issue
Block a user