summaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-09 11:28:33 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-09 11:28:38 +0200
commit45f43fcde72554f21fe384c4bbb199c010ef46c9 (patch)
tree2a5635b77adfa17fb302852ee4d6e644e6c19577 /src/exchangedb/plugin_exchangedb_postgres.c
parent1628f0255c78864fa0af05d065ff31449aa92806 (diff)
downloadexchange-45f43fcde72554f21fe384c4bbb199c010ef46c9.tar.gz
exchange-45f43fcde72554f21fe384c4bbb199c010ef46c9.tar.bz2
exchange-45f43fcde72554f21fe384c4bbb199c010ef46c9.zip
-remove resolved FIXMEs
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index dda1ebac0..ee120a01c 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -7281,7 +7281,6 @@ postgres_get_reserve_status (void *cls,
GNUNET_TIME_absolute_get (),
GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_WEEKS,
5));
- /* FIXME: actually implement reserve history truncation logic! */
rhc.reserve_pub = reserve_pub;
rhc.rh = NULL;
rhc.rh_tail = NULL;
@@ -7432,10 +7431,7 @@ postgres_have_deposit2 (
(0 != GNUNET_memcmp (h_wire,
&h_wire2) ) )
{
- /* Inconsistencies detected! Does not match! (We might want to
- expand the API with a 'get_deposit' function to return the
- original transaction details to be used for an error message
- in the future!) FIXME #3838 */
+ /* Inconsistencies detected! Does not match! */
return GNUNET_DB_STATUS_SUCCESS_NO_RESULTS;
}
return GNUNET_DB_STATUS_SUCCESS_ONE_RESULT;