[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: -fix range
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: -fix range |
Date: |
Mon, 18 Dec 2023 21:02:19 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new 0ba8fe942 -fix range
0ba8fe942 is described below
commit 0ba8fe9428dc5779cc98bf4e875f60eb01966323
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Dec 18 21:02:16 2023 +0100
-fix range
---
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 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 {
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: -fix range,
gnunet <=