wallet-core: fix pending operation query for p2p tx

This commit is contained in:
Florian Dold 2023-06-30 22:59:50 +02:00
parent 9cfc138e75
commit bac2ac01b8
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

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