mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-27 01:44:34 +01:00
Fix println (#820)
This commit is contained in:
@@ -191,7 +191,7 @@ impl SendSwapHandler {
|
||||
) -> Result<Option<String>> {
|
||||
// Try cooperative first
|
||||
if let Ok(preimage) = swapper.get_submarine_preimage(swap_id).await {
|
||||
println!("Found Send Swap {swap_id} preimage cooperatively: {preimage}");
|
||||
log::debug!("Found Send Swap {swap_id} preimage cooperatively: {preimage}");
|
||||
return Ok(Some(preimage));
|
||||
}
|
||||
warn!("Could not recover Send swap {swap_id} preimage cooperatively");
|
||||
|
||||
Reference in New Issue
Block a user