mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 13:54:20 +01:00
fix snippets
This commit is contained in:
@@ -14,8 +14,8 @@ func generateReceiveOnchainAddress(sdk: BlockingBreezServices) -> String? {
|
||||
|
||||
// Send your funds to the bellow bitcoin address
|
||||
let address = swapInfo?.bitcoinAddress
|
||||
print("Minimum amount allowed to deposit in sats: \(swapInfo.minAllowedDeposit)")
|
||||
print("Maximum amount allowed to deposit in sats: \(swapInfo.maxAllowedDeposit)")
|
||||
print("Minimum amount allowed to deposit in sats: \(swapInfo!.minAllowedDeposit)")
|
||||
print("Maximum amount allowed to deposit in sats: \(swapInfo!.maxAllowedDeposit)")
|
||||
// ANCHOR_END: generate-receive-onchain-address
|
||||
|
||||
return address
|
||||
|
||||
Reference in New Issue
Block a user