diff --git a/src/operations/refund.ts b/src/operations/refund.ts index 7e6803685..92e9204d2 100644 --- a/src/operations/refund.ts +++ b/src/operations/refund.ts @@ -481,7 +481,6 @@ async function processPurchaseApplyRefundImpl( groups[r.refundGroupId] = true; delete p.refundState.refundsPending[pk]; p.refundState.refundsFailed[pk] = r; - await modCoin(r.perm); } for (const pk of Object.keys(newRefundsDone)) {