This commit is contained in:
Christian Grothoff 2022-11-03 22:14:46 +01:00
parent 3f1cfc9e14
commit 77ebca5e9c
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 2 additions and 16 deletions

View File

@ -1119,7 +1119,6 @@ handle_reserve_closed (
}
}
// FIXME: support/check for reserve close requests here!
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Additional closing operation for reserve `%s' of %s\n",
TALER_B2S (reserve_pub),
@ -1784,19 +1783,6 @@ analyze_reserves (void *cls)
GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR == qs);
return qs;
}
#if 0
/* FIXME #7269 (support for explicit reserve closure request) -- needed??? */
qs = TALER_ARL_edb->select_close_requests_above_serial_id (
TALER_ARL_edb->cls,
ppr.last_close_requests_serial_id,
&handle_close_request,
&rc);
if (qs < 0)
{
GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR == qs);
return qs;
}
#endif
GNUNET_CONTAINER_multihashmap_iterate (rc.reserves,
&verify_reserve_balance,
&rc);

View File

@ -455,11 +455,11 @@ struct TALER_ExchangeAccountSetupSuccessPS
struct TALER_PaytoHashP h_payto;
// FIXME: include details on *which* KYC process
// was satisfied!
// was satisfied! #7427
/**
* When was the signature made.
* FIXME: replace by *expiration* time!
* FIXME: replace by *expiration* time! #7427
*/
struct GNUNET_TIME_TimestampNBO timestamp;
};