From 0ba8fe9428dc5779cc98bf4e875f60eb01966323 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 18 Dec 2023 21:02:16 +0100 Subject: -fix range --- packages/taler-wallet-core/src/operations/pending.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/operations') diff --git a/packages/taler-wallet-core/src/operations/pending.ts b/packages/taler-wallet-core/src/operations/pending.ts index 233ca3fa4..e554a9b0f 100644 --- a/packages/taler-wallet-core/src/operations/pending.ts +++ b/packages/taler-wallet-core/src/operations/pending.ts @@ -640,7 +640,7 @@ export async function iterRecordsForPeerPushInitiation( if (filter.onlyState === "nonfinal") { const keyRange = GlobalIDB.KeyRange.bound( PeerPushDebitStatus.PendingCreatePurse, - PeerPushDebitStatus.AbortingRefreshDeleted, + PeerPushDebitStatus.AbortingRefreshExpired, ); await tx.peerPushDebit.indexes.byStatus.iter(keyRange).forEachAsync(f); } else { -- cgit v1.2.3