commit b43ad0704ee7cba98743efab1aef72d936273649
parent c139ab0c0da024a2c7c880bbd1cda77b5b3ed508
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Fri, 9 Jun 2017 15:11:47 +0200
comment
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
@@ -1892,6 +1892,7 @@ postgres_increase_refund_for_contract (void *cls,
}
/**
+ * FIXME:
* Here we know how much the coin is worth, and how much it has
* been refunded out of it, so the actual logic can take place.
*/
@@ -1918,8 +1919,6 @@ postgres_increase_refund_for_contract (void *cls,
PQclear (result);
postgres_rollback (pg);
return GNUNET_SYSERR;
-
- /*FIXME, logic incomplete!!*/
}
/**