summaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-17 12:07:16 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-17 12:07:16 +0100
commitff95ccfb104cb35e7915bb5445f423d76ee4bf98 (patch)
treef3d97164f13bdfb6966ee7ab3af26c88f8bbe0ed /src/exchangedb
parent18bec3eaa30898e7a62f086cce78730a371b3026 (diff)
downloadexchange-ff95ccfb104cb35e7915bb5445f423d76ee4bf98.tar.gz
exchange-ff95ccfb104cb35e7915bb5445f423d76ee4bf98.tar.bz2
exchange-ff95ccfb104cb35e7915bb5445f423d76ee4bf98.zip
add note on #4794
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index 461184c7e..c29396875 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -2011,7 +2011,7 @@ postgres_insert_withdraw_info (void *cls,
&collectable->amount_with_fee))
{
/* Should have been checked before we got here... */
- GNUNET_break (0);
+ GNUNET_break (0); /* FIXME: this actually happens: #4794 */
goto cleanup;
}
expiry = GNUNET_TIME_absolute_add (now,
@@ -4685,7 +4685,7 @@ postgres_select_reserves_in_above_serial_id (void *cls,
GNUNET_PQ_result_spec_absolute_time("execution_date",
&execution_date),
TALER_PQ_result_spec_json ("sender_account_details",
- &sender_account_details),
+ &sender_account_details),
TALER_PQ_result_spec_json ("transfer_details",
&transfer_details),
GNUNET_PQ_result_spec_end