mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-24 01:43:28 -05:00
beautify log message
This commit is contained in:
parent
92757ac919
commit
60b548282b
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ pub async fn cancel(
|
||||||
if let ExpiredTimelocks::None { .. } =
|
if let ExpiredTimelocks::None { .. } =
|
||||||
state6.expired_timelock(bitcoin_wallet.as_ref()).await?
|
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) {
|
if let Ok(error_code) = parse_rpc_error_code(&err) {
|
||||||
tracing::debug!(%error_code, "parse rpc error");
|
tracing::debug!(%error_code, "parse rpc error");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue