mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 13:54:20 +01:00
Document swap limits
This commit is contained in:
@@ -11,6 +11,8 @@ async fn generate_receive_onchain_address(sdk: Arc<BreezServices>) -> Result<()>
|
||||
|
||||
// Send your funds to the below bitcoin address
|
||||
let address = swap_info.bitcoin_address;
|
||||
info!("Minimum amount allowed to deposit in sats: {}", swap_info.min_allowed_deposit);
|
||||
info!("Maximum amount allowed to deposit in sats: {}", swap_info.max_allowed_deposit);
|
||||
// ANCHOR_END: generate-receive-onchain-address
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user