aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/operations/refund.ts1
1 files changed, 0 insertions, 1 deletions
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)) {