From 98c381cd5bac33eb01248911cb125aaaa047507b Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 12 Jun 2017 17:37:21 +0200 Subject: 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 c30508ab..813ee00c 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.*/ -- cgit v1.2.3