mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 22:04:21 +01:00
fix react native snippet
This commit is contained in:
@@ -12,8 +12,8 @@ const exampleReceiveOnchain = async () => {
|
|||||||
|
|
||||||
// Send your funds to the below bitcoin address
|
// Send your funds to the below bitcoin address
|
||||||
const address = swapInfo.bitcoinAddress
|
const address = swapInfo.bitcoinAddress
|
||||||
console.log(`Minimum amount allowed to deposit in sats: {}`, swapInfo.minAllowedDeposit)
|
console.log(`Minimum amount allowed to deposit in sats: ${swapInfo.minAllowedDeposit}`)
|
||||||
console.log(`Maximum amount allowed to deposit in sats: {}`, swapInfo.maxAllowedDeposit)
|
console.log(`Maximum amount allowed to deposit in sats: ${swapInfo.maxAllowedDeposit}`)
|
||||||
// ANCHOR_END: generate-receive-onchain-address
|
// ANCHOR_END: generate-receive-onchain-address
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user