diff --git a/libs/sdk-core/src/swap_in/swap.rs b/libs/sdk-core/src/swap_in/swap.rs index 78065e405..6b0247bea 100644 --- a/libs/sdk-core/src/swap_in/swap.rs +++ b/libs/sdk-core/src/swap_in/swap.rs @@ -512,8 +512,8 @@ impl BTCReceiveSwap { None => None, }, None, - ).await.map_err(|_|anyhow!( - "Preimage already known, invoice found, failed to ensure route hint" + ).await.map_err(|e|anyhow!( + "Preimage already known, invoice found, failed to ensure route hint: {:?}", e ))? } }