gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: wallet-core: fix typo that af


From: gnunet
Subject: [taler-wallet-core] branch master updated: wallet-core: fix typo that affects reporting of pendingOutgoing balance
Date: Thu, 04 Apr 2024 22:10:16 +0200

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 17896621e wallet-core: fix typo that affects reporting of 
pendingOutgoing balance
17896621e is described below

commit 17896621e8b7ca8266d5b91ca8b165a21256fa24
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Apr 4 22:10:13 2024 +0200

    wallet-core: fix typo that affects reporting of pendingOutgoing balance
---
 packages/taler-wallet-core/src/balance.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/balance.ts 
b/packages/taler-wallet-core/src/balance.ts
index 67ce73d41..ca7642163 100644
--- a/packages/taler-wallet-core/src/balance.ts
+++ b/packages/taler-wallet-core/src/balance.ts
@@ -407,7 +407,7 @@ export async function getBalancesInsideTransaction(
       switch (ppdRecord.status) {
         case PeerPushDebitStatus.AbortingDeletePurse:
         case PeerPushDebitStatus.SuspendedAbortingDeletePurse:
-        case PeerPushDebitStatus.SuspendedReady:
+        case PeerPushDebitStatus.PendingReady:
         case PeerPushDebitStatus.SuspendedReady:
         case PeerPushDebitStatus.PendingCreatePurse:
         case PeerPushDebitStatus.SuspendedCreatePurse: {

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