gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: comments, plus inva


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: comments, plus invalidating testcase as reminder of unimplemented logic
Date: Mon, 12 Jun 2017 17:37:32 +0200

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

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 98c381c  comments, plus invalidating testcase as reminder of 
unimplemented logic
98c381c is described below

commit 98c381cd5bac33eb01248911cb125aaaa047507b
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 12 17:37:21 2017 +0200

    comments, plus invalidating testcase as reminder of
    unimplemented logic
---
 src/backenddb/plugin_merchantdb_postgres.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index c30508a..813ee00 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -1973,7 +1973,10 @@ process_deposits_cb (void *cls,
     }
 
     /*Always commit the smallest as refund*/
-    // FIXME, missing the db INSERT
+
+    /*FIXME, insert refund into table; make temporariliy testcase fail*/
+    ctx->err = GNUNET_SYSERR;
+    return;
 
 
     /*FIXME: bug, this erases currency too.*/

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



reply via email to

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