exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit e66e78fdc8902e9f65bf76eed0d501785d624358
parent 0d5cf904979eb022dd55459d2e04977fc25d5516
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  3 Jun 2026 09:33:43 +0200

for refund

Diffstat:
Msrc/exchangedb/get_coin_denomination.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchangedb/get_coin_denomination.c b/src/exchangedb/get_coin_denomination.c @@ -52,7 +52,7 @@ TALER_EXCHANGEDB_get_coin_denomination ( " FROM known_coins" " JOIN denominations USING (denominations_serial)" " WHERE coin_pub=$1" - " FOR SHARE;"); // FIXME: why FOR SHARE? + " FOR SHARE;"); return GNUNET_PQ_eval_prepared_singleton_select (pg->conn, "get_coin_denomination", params,