better log message

This commit is contained in:
patrini32 2024-06-15 15:45:57 +03:00 committed by patrini32
parent cf50f90500
commit bb7b4e1563

View File

@ -88,7 +88,7 @@ pub async fn cancel(
.await?;
Ok((txid, state))
} else {
bail!("Error while trying to submit cancel transaction, this shouldn't have happened {}", err);
bail!("Unhandled error while trying to submit cancel transaction, this shouldn't have happened {}", err);
}
}
}