mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 05:44:20 +01:00
Document swap limits
This commit is contained in:
@@ -7,6 +7,8 @@ def generate_receive_onchain_address(sdk_services):
|
||||
|
||||
# Send your funds to the below bitcoin address
|
||||
address = swap_info.bitcoin_address
|
||||
print("Minimum amount allowed to deposit in sats: {}", swap_info.min_allowed_deposit);
|
||||
print("Maximum amount allowed to deposit in sats: {}", swap_info.max_allowed_deposit);
|
||||
# ANCHOR_END: generate-receive-onchain-address
|
||||
except Exception as error:
|
||||
print(error)
|
||||
|
||||
Reference in New Issue
Block a user