gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated: fix empty user history


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: fix empty user history
Date: Wed, 15 May 2019 11:11:57 +0200

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

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 9b04f8c  fix empty user history
9b04f8c is described below

commit 9b04f8ca087df164dc8abda7d9339ab2b3ca9b60
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 14 22:36:46 2019 +0200

    fix empty user history
---
 talerbank/app/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index 1511723..8f97acf 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -462,7 +462,7 @@ def extract_history(account,
                     descending,
                     delta=None,
                     start=UINT64_MAX,
-                    sign="+"):
+                    sign="-"):
     history = []
     qs = query_history(account, "both", delta, start, sign, True)
     for item in qs:

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



reply via email to

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