gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: when planchet is complete, c


From: gnunet
Subject: [taler-wallet-core] branch master updated: when planchet is complete, clean lastError
Date: Mon, 06 Nov 2023 18:22:56 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 35369bdc7 when planchet is complete, clean lastError
35369bdc7 is described below

commit 35369bdc722780eab5e9cd08703cf72d718b0dba
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Nov 6 14:22:44 2023 -0300

    when planchet is complete, clean lastError
---
 packages/taler-wallet-core/src/operations/withdraw.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts 
b/packages/taler-wallet-core/src/operations/withdraw.ts
index b0d7706a3..3600fcf22 100644
--- a/packages/taler-wallet-core/src/operations/withdraw.ts
+++ b/packages/taler-wallet-core/src/operations/withdraw.ts
@@ -1098,6 +1098,7 @@ async function processPlanchetVerifyAndStoreCoin(
         return false;
       }
       p.planchetStatus = PlanchetStatus.WithdrawalDone;
+      p.lastError = undefined
       await tx.planchets.put(p);
       await makeCoinAvailable(ws, tx, coin);
       return true;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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