better log message

This commit is contained in:
patrini32 2024-06-15 15:45:57 +03:00 committed by patrini32
parent a07ef30346
commit 9b5d7aa8e1

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);
}
}
}