-added comment with pointer to issue 7267

This commit is contained in:
Özgür Kesim 2022-06-30 10:34:18 +02:00
parent 4cf70435b2
commit aba04fe6be
Signed by: oec
GPG Key ID: 3D76A56D79EDD9D7

View File

@ -61,7 +61,8 @@ TEH_make_coin_known (const struct TALER_CoinPublicInfo *coin,
NULL); NULL);
return GNUNET_DB_STATUS_HARD_ERROR; return GNUNET_DB_STATUS_HARD_ERROR;
case TALER_EXCHANGEDB_CKS_DENOM_CONFLICT: case TALER_EXCHANGEDB_CKS_DENOM_CONFLICT:
/* FIXME-Oec: insufficient_funds != denom conflict! */ /* FIXME: insufficient_funds != denom conflict! See issue 0007267, need new
* strategy for evidence gathering */
*mhd_ret = TEH_RESPONSE_reply_coin_insufficient_funds ( *mhd_ret = TEH_RESPONSE_reply_coin_insufficient_funds (
connection, connection,
TALER_EC_EXCHANGE_GENERIC_COIN_CONFLICTING_DENOMINATION_KEY, TALER_EC_EXCHANGE_GENERIC_COIN_CONFLICTING_DENOMINATION_KEY,
@ -69,7 +70,8 @@ TEH_make_coin_known (const struct TALER_CoinPublicInfo *coin,
&coin->coin_pub); &coin->coin_pub);
return GNUNET_DB_STATUS_HARD_ERROR; return GNUNET_DB_STATUS_HARD_ERROR;
case TALER_EXCHANGEDB_CKS_AGE_CONFLICT: case TALER_EXCHANGEDB_CKS_AGE_CONFLICT:
/* FIXME-Oec: insufficient_funds != Age conflict! */ /* FIXME: insufficient_funds != Age conflict! See issue 0007267, need new
* strategy for evidence gathering */
*mhd_ret = TEH_RESPONSE_reply_coin_insufficient_funds ( *mhd_ret = TEH_RESPONSE_reply_coin_insufficient_funds (
connection, connection,
TALER_EC_EXCHANGE_GENERIC_COIN_CONFLICTING_AGE_HASH, TALER_EC_EXCHANGE_GENERIC_COIN_CONFLICTING_AGE_HASH,