diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-06-09 15:11:47 +0200 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-06-09 15:11:47 +0200 |
commit | b43ad0704ee7cba98743efab1aef72d936273649 (patch) | |
tree | 2eb1816592acf4e539be92c4996bb247b6090dc5 /src/backenddb | |
parent | c139ab0c0da024a2c7c880bbd1cda77b5b3ed508 (diff) |
comment
Diffstat (limited to 'src/backenddb')
-rw-r--r-- | src/backenddb/plugin_merchantdb_postgres.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c index 05f262b3..bea9221d 100644 --- 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!!*/ } /** |