From bac2ac01b892f59bb7063582f6899b9ae8cec33e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 30 Jun 2023 22:59:50 +0200 Subject: 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(-) (limited to 'packages/taler-wallet-core/src/operations/pending.ts') 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 { const keyRange = GlobalIDB.KeyRange.bound( - PeerPullPaymentInitiationStatus.PendingReady, + PeerPullPaymentInitiationStatus.PendingCreatePurse, PeerPullPaymentInitiationStatus.AbortingDeletePurse, ); await tx.peerPullPaymentInitiations.indexes.byStatus -- cgit v1.2.3