fix formatting

This commit is contained in:
Roei Erez
2023-12-13 11:04:22 +02:00
parent 9c78f98320
commit db739dd3e8
2 changed files with 68 additions and 68 deletions

View File

@@ -7,8 +7,8 @@ def generate_receive_onchain_address(sdk_services):
# Send your funds to the below bitcoin address # Send your funds to the below bitcoin address
address = swap_info.bitcoin_address address = swap_info.bitcoin_address
print("Minimum amount allowed to deposit in sats: {}", swap_info.min_allowed_deposit) 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) print("Maximum amount allowed to deposit in sats:", swap_info.max_allowed_deposit)
# ANCHOR_END: generate-receive-onchain-address # ANCHOR_END: generate-receive-onchain-address
except Exception as error: except Exception as error:
print(error) print(error)