mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
chore(labrinth): add extra logging on muralpay failed txn (#6870)
This commit is contained in:
@@ -284,6 +284,11 @@ pub(super) async fn execute(
|
|||||||
if let Err(caught_err) = result {
|
if let Err(caught_err) = result {
|
||||||
payout.status = PayoutStatus::Failed;
|
payout.status = PayoutStatus::Failed;
|
||||||
|
|
||||||
|
error!(
|
||||||
|
payout_request_id = %payout_request.id,
|
||||||
|
"Failed to execute Mural payout request; cancelling unexecuted request: {caught_err:#}"
|
||||||
|
);
|
||||||
|
|
||||||
// if execution fails, make sure to immediately cancel the payout request
|
// if execution fails, make sure to immediately cancel the payout request
|
||||||
// we don't want floating payout requests
|
// we don't want floating payout requests
|
||||||
if let Err(err) =
|
if let Err(err) =
|
||||||
|
|||||||
Reference in New Issue
Block a user