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: fix peer-push-de


From: gnunet
Subject: [taler-wallet-core] branch master updated: wallet-core: fix peer-push-debit transition helper
Date: Tue, 06 Jun 2023 15:02:03 +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 570c9dcba wallet-core: fix peer-push-debit transition helper
570c9dcba is described below

commit 570c9dcbadd01b1ace89d34e3ae7f0551a923022
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Jun 6 15:01:59 2023 +0200

    wallet-core: fix peer-push-debit transition helper
---
 packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 a03980d46..599ef658b 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
@@ -288,8 +288,8 @@ async function transitionPeerPushDebitTransaction(
       }
       const oldTxState = computePeerPushDebitTransactionState(ppiRec);
       ppiRec.status = transitionSpec.stTo;
+      await tx.peerPushPaymentInitiations.put(ppiRec);
       const newTxState = computePeerPushDebitTransactionState(ppiRec);
-      // FIXME: We don't transition here?!
       return {
         oldTxState,
         newTxState,

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