gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: wallet-core: missing put oper


From: gnunet
Subject: [taler-wallet-core] branch master updated: wallet-core: missing put operation
Date: Tue, 06 Jun 2023 15:55:23 +0200

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 2d243b67c wallet-core: missing put operation
2d243b67c is described below

commit 2d243b67c8bf278f5721219e6474d89481b5661b
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Jun 6 15:55:20 2023 +0200

    wallet-core: missing put operation
---
 packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts 
b/packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts
index cc90416fb..2835a1f64 100644
--- a/packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts
+++ b/packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts
@@ -251,6 +251,7 @@ async function processPeerPushDebitAbortingDeletePurse(
       );
       ppiRec.status = PeerPushPaymentInitiationStatus.AbortingRefresh;
       ppiRec.abortRefreshGroupId = refresh.refreshGroupId;
+      await tx.peerPushPaymentInitiations.put(ppiRec);
       const newTxState = computePeerPushDebitTransactionState(ppiRec);
       return {
         oldTxState,

-- 
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]