-mark FIXMEs

This commit is contained in:
Christian Grothoff 2022-04-25 13:30:03 +02:00
parent 5c0cbba761
commit 505989a507
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 3 additions and 3 deletions

View File

@ -13439,7 +13439,7 @@ postgres_do_purse_deposit (
bool *conflict)
{
struct PostgresClosure *pg = cls;
uint64_t partner_id = 0;
uint64_t partner_id = 0; /* FIXME: WAD support... */
struct GNUNET_PQ_QueryParam params[] = {
GNUNET_PQ_query_param_uint64 (&partner_id),
GNUNET_PQ_query_param_auto_from_type (purse_pub),
@ -13689,7 +13689,7 @@ postgres_do_account_merge (
const struct TALER_ReservePublicKeyP *reserve_pub,
const struct TALER_ReserveSignatureP *reserve_sig)
{
GNUNET_break (0); // FIXME
GNUNET_break (0); // FIXME: Function dead, eliminate? (DCE)
return GNUNET_DB_STATUS_HARD_ERROR;
}

View File

@ -215,7 +215,7 @@ deposit_run (void *cls,
ds->dh = TALER_EXCHANGE_purse_deposit (
is->exchange,
NULL, /* FIXME: purse exchange URL */
NULL, /* FIXME: WADs support: purse exchange URL */
&ds->purse_pub,
ds->min_age,
ds->num_coin_references,