gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 01/03: wallet-core: fix pending operation query for


From: gnunet
Subject: [taler-wallet-core] 01/03: wallet-core: fix pending operation query for p2p tx
Date: Fri, 30 Jun 2023 23:01:52 +0200

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

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

commit bac2ac01b892f59bb7063582f6899b9ae8cec33e
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Jun 30 22:59:50 2023 +0200

    wallet-core: fix pending operation query for p2p tx
---
 packages/taler-wallet-core/src/operations/pending.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/operations/pending.ts 
b/packages/taler-wallet-core/src/operations/pending.ts
index e3f7d0fab..870437e2e 100644
--- a/packages/taler-wallet-core/src/operations/pending.ts
+++ b/packages/taler-wallet-core/src/operations/pending.ts
@@ -372,7 +372,7 @@ async function gatherPeerPullInitiationPending(
   resp: PendingOperationsResponse,
 ): Promise<void> {
   const keyRange = GlobalIDB.KeyRange.bound(
-    PeerPullPaymentInitiationStatus.PendingReady,
+    PeerPullPaymentInitiationStatus.PendingCreatePurse,
     PeerPullPaymentInitiationStatus.AbortingDeletePurse,
   );
   await tx.peerPullPaymentInitiations.indexes.byStatus

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