commit bac2ac01b892f59bb7063582f6899b9ae8cec33e
parent 9cfc138e751ba281897389064179e0f4763929e0
Author: Florian Dold <florian@dold.me>
Date: Fri, 30 Jun 2023 22:59:50 +0200
wallet-core: fix pending operation query for p2p tx
Diffstat:
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
@@ -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