summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-11-30 22:24:56 +0100
committerFlorian Dold <florian@dold.me>2023-11-30 22:24:56 +0100
commit968ca3cb9a18196605f55ae3413dd601e0319829 (patch)
tree81ed9544d2e9e3d184eedbfe8f3b984a2ba72c7a /packages/taler-wallet-core/src/db.ts
parent4a9a4b9b3bdbadc6c1d16499e76b7f47b8d2cc59 (diff)
downloadwallet-core-968ca3cb9a18196605f55ae3413dd601e0319829.tar.gz
wallet-core-968ca3cb9a18196605f55ae3413dd601e0319829.tar.bz2
wallet-core-968ca3cb9a18196605f55ae3413dd601e0319829.zip
wallet-core: handle peer-pull-credit expiry
Diffstat (limited to 'packages/taler-wallet-core/src/db.ts')
-rw-r--r--packages/taler-wallet-core/src/db.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
index 0af04f80f..e92b0d449 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -1900,6 +1900,7 @@ export enum PeerPullPaymentCreditStatus {
Done = 0x0500_0000,
Failed = 0x0501_0000,
+ Expired = 0x0502_0000,
Aborted = 0x0503_0000,
}