gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: don't refresh for a refund th


From: gnunet
Subject: [taler-wallet-core] branch master updated: don't refresh for a refund that didn't get applied
Date: Sun, 19 Jan 2020 20:02:20 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 5e77b222 don't refresh for a refund that didn't get applied
5e77b222 is described below

commit 5e77b222d50aa3b2a54e5128d2e9ffb0294e5002
Author: Florian Dold <address@hidden>
AuthorDate: Sun Jan 19 20:02:15 2020 +0100

    don't refresh for a refund that didn't get applied
---
 src/operations/refund.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/operations/refund.ts b/src/operations/refund.ts
index 7e680368..92e9204d 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)) {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]