gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-wallet-webex] branch master updated: comment


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: comment
Date: Fri, 10 Mar 2017 15:36:23 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new 28e3e46  comment
28e3e46 is described below

commit 28e3e4640f8ec31bfbc6667d70dcb94961fcca93
Author: Florian Dold <address@hidden>
AuthorDate: Fri Mar 10 15:27:36 2017 +0100

    comment
---
 src/wallet.ts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/wallet.ts b/src/wallet.ts
index b47f223..f88b8ef 100644
--- a/src/wallet.ts
+++ b/src/wallet.ts
@@ -1315,6 +1315,8 @@ export class Wallet {
 
     function collectPendingRefresh(r: RefreshSessionRecord,
                                    balance: WalletBalance) {
+      // Don't count finished refreshes, since the refresh already resulted
+      // in coins being added to the wallet.
       if (r.finished) {
         return balance;
       }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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