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: construct correc


From: gnunet
Subject: [taler-wallet-core] branch master updated: wallet-core: construct correct txid for notification
Date: Thu, 30 Nov 2023 21:56:45 +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 4a9a4b9b3 wallet-core: construct correct txid for notification
4a9a4b9b3 is described below

commit 4a9a4b9b3bdbadc6c1d16499e76b7f47b8d2cc59
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Nov 30 21:56:47 2023 +0100

    wallet-core: construct correct txid for notification
---
 packages/taler-wallet-core/src/operations/pay-peer-pull-credit.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/operations/pay-peer-pull-credit.ts 
b/packages/taler-wallet-core/src/operations/pay-peer-pull-credit.ts
index 54b78957f..3bcfa6643 100644
--- a/packages/taler-wallet-core/src/operations/pay-peer-pull-credit.ts
+++ b/packages/taler-wallet-core/src/operations/pay-peer-pull-credit.ts
@@ -257,7 +257,7 @@ async function processPeerPullCreditAbortingDeletePurse(
 ): Promise<TaskRunResult> {
   const { pursePub, pursePriv } = peerPullIni;
   const transactionId = constructTransactionIdentifier({
-    tag: TransactionType.PeerPushDebit,
+    tag: TransactionType.PeerPullCredit,
     pursePub,
   });
 

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