gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: -fix status code


From: gnunet
Subject: [taler-wallet-core] branch master updated: -fix status code
Date: Wed, 27 Mar 2024 20:02:33 +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 a9c315eba -fix status code
a9c315eba is described below

commit a9c315eba0f802f092cca43ffbc50ace8a2c389e
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Mar 27 20:02:28 2024 +0100

    -fix status code
---
 packages/taler-wallet-core/src/db.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/db.ts 
b/packages/taler-wallet-core/src/db.ts
index a587363c5..98390805b 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -1157,7 +1157,7 @@ export enum PurchaseStatus {
   SuspendedQueryingAutoRefund = 0x0110_0004,
 
   PendingAcceptRefund = 0x0100_0005,
-  SuspendedPendingAcceptRefund = 0x0100_0005,
+  SuspendedPendingAcceptRefund = 0x0110_0005,
 
   /**
    * Proposal downloaded, but the user needs to accept/reject it.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]