[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -added comment with pointer to i
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -added comment with pointer to issue 7267 |
Date: |
Thu, 30 Jun 2022 10:34:21 +0200 |
This is an automated email from the git hooks/post-receive script.
oec pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new aba04fe6 -added comment with pointer to issue 7267
aba04fe6 is described below
commit aba04fe6beed9f53b346843325903194eab57c93
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Thu Jun 30 10:34:18 2022 +0200
-added comment with pointer to issue 7267
---
src/exchange/taler-exchange-httpd_db.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/exchange/taler-exchange-httpd_db.c
b/src/exchange/taler-exchange-httpd_db.c
index f0c55139..6f0fc41c 100644
--- a/src/exchange/taler-exchange-httpd_db.c
+++ b/src/exchange/taler-exchange-httpd_db.c
@@ -61,7 +61,8 @@ TEH_make_coin_known (const struct TALER_CoinPublicInfo *coin,
NULL);
return GNUNET_DB_STATUS_HARD_ERROR;
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 (
connection,
TALER_EC_EXCHANGE_GENERIC_COIN_CONFLICTING_DENOMINATION_KEY,
@@ -69,7 +70,8 @@ TEH_make_coin_known (const struct TALER_CoinPublicInfo *coin,
&coin->coin_pub);
return GNUNET_DB_STATUS_HARD_ERROR;
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 (
connection,
TALER_EC_EXCHANGE_GENERIC_COIN_CONFLICTING_AGE_HASH,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: -added comment with pointer to issue 7267,
gnunet <=