gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: revert empty balance


From: gnunet
Subject: [taler-wallet-core] branch master updated: revert empty balance
Date: Tue, 11 Jan 2022 22:17:42 +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 dbdad96b revert empty balance
dbdad96b is described below

commit dbdad96b27619b8190571b899d3b11dd6af39335
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Jan 11 22:17:40 2022 +0100

    revert empty balance
---
 packages/taler-wallet-core/src/operations/balance.ts | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/packages/taler-wallet-core/src/operations/balance.ts 
b/packages/taler-wallet-core/src/operations/balance.ts
index 61bae828..29889392 100644
--- a/packages/taler-wallet-core/src/operations/balance.ts
+++ b/packages/taler-wallet-core/src/operations/balance.ts
@@ -47,10 +47,6 @@ export async function getBalancesInsideTransaction(
     withdrawalGroups: typeof WalletStoresV1.withdrawalGroups;
   }>,
 ): Promise<BalancesResponse> {
-  return {
-    balances: [],
-  };
-
   const balanceStore: Record<string, WalletBalance> = {};
 
   /**
@@ -152,9 +148,6 @@ export async function getBalancesInsideTransaction(
 export async function getBalances(
   ws: InternalWalletState,
 ): Promise<BalancesResponse> {
-  return {
-    balances: [],
-  };
   logger.trace("starting to compute balance");
 
   const wbal = await ws.db

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