diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-12-05 18:14:48 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-12-05 18:14:48 +0100 |
commit | bb6c11ad9e2aa0e4ebde44cdd2a16974da308df3 (patch) | |
tree | 8724bec2549d73297db1a2dc1545c38ff6574577 /src/exchange/taler-exchange-httpd_db.c | |
parent | 19de0f604f9b48eb18308353dee6de12ca4dd120 (diff) |
take insertion into known_coins outside of main melt transaction to reduce conflict potential
Diffstat (limited to 'src/exchange/taler-exchange-httpd_db.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_db.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c index 1d78fb8e..fb876f92 100644 --- a/src/exchange/taler-exchange-httpd_db.c +++ b/src/exchange/taler-exchange-httpd_db.c @@ -95,6 +95,9 @@ TEH_make_coin_known (const struct TALER_CoinPublicInfo *coin, NULL); return qs; } + // FIXME: why do we even return the transaction + // history here!? This is a coin with multiple + // associated denominations, after all... *mhd_ret = TEH_RESPONSE_reply_coin_insufficient_funds ( connection, |