This commit is contained in:
Christian Grothoff 2016-11-17 12:07:16 +01:00
parent 18bec3eaa3
commit ff95ccfb10
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -2011,7 +2011,7 @@ postgres_insert_withdraw_info (void *cls,
&collectable->amount_with_fee)) &collectable->amount_with_fee))
{ {
/* Should have been checked before we got here... */ /* Should have been checked before we got here... */
GNUNET_break (0); GNUNET_break (0); /* FIXME: this actually happens: #4794 */
goto cleanup; goto cleanup;
} }
expiry = GNUNET_TIME_absolute_add (now, 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", GNUNET_PQ_result_spec_absolute_time("execution_date",
&execution_date), &execution_date),
TALER_PQ_result_spec_json ("sender_account_details", TALER_PQ_result_spec_json ("sender_account_details",
&sender_account_details), &sender_account_details),
TALER_PQ_result_spec_json ("transfer_details", TALER_PQ_result_spec_json ("transfer_details",
&transfer_details), &transfer_details),
GNUNET_PQ_result_spec_end GNUNET_PQ_result_spec_end