[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: wallet-core: re-add missing s
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: wallet-core: re-add missing state transition when aborting |
Date: |
Thu, 12 Dec 2024 19:40:29 +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 5d3e7450d wallet-core: re-add missing state transition when aborting
5d3e7450d is described below
commit 5d3e7450d3b80b5e30e1a4febabab92e5b4a19e6
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Dec 12 19:40:23 2024 +0100
wallet-core: re-add missing state transition when aborting
---
packages/taler-wallet-core/src/pay-peer-push-debit.ts | 2 ++
1 file changed, 2 insertions(+)
diff --git a/packages/taler-wallet-core/src/pay-peer-push-debit.ts
b/packages/taler-wallet-core/src/pay-peer-push-debit.ts
index 2a087f522..92ba20690 100644
--- a/packages/taler-wallet-core/src/pay-peer-push-debit.ts
+++ b/packages/taler-wallet-core/src/pay-peer-push-debit.ts
@@ -900,6 +900,8 @@ async function processPeerPushDebitAbortingDeletePurse(
});
}
+ ppiRec.status = PeerPushDebitStatus.Aborted;
+
const refresh = await createRefreshGroup(
wex,
tx,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: wallet-core: re-add missing state transition when aborting,
gnunet <=