mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-20 16:06:00 -04:00
beautify log message
This commit is contained in:
parent
92757ac919
commit
60b548282b
@ -75,7 +75,7 @@ pub async fn cancel(
|
||||
if let ExpiredTimelocks::None { .. } =
|
||||
state6.expired_timelock(bitcoin_wallet.as_ref()).await?
|
||||
{
|
||||
tracing::info!("Timelock hasn't expired yet.");
|
||||
tracing::info!("Cancel timelock hasn't expired yet.");
|
||||
}
|
||||
if let Ok(error_code) = parse_rpc_error_code(&err) {
|
||||
tracing::debug!(%error_code, "parse rpc error");
|
||||
|
Loading…
x
Reference in New Issue
Block a user