remove dot

This commit is contained in:
patrini32 2024-06-13 20:54:22 +03:00 committed by patrini32
parent 7c5f0fa25c
commit a07ef30346

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!("Error while trying to submit cancel transaction, this shouldn't have happened {}", err);
}
}
}