exchange

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

commit fd432f96f939af4582bb86ee2931b55d864cb5f3
parent e577fd43c62a25bafc542f72cfd5bfc6470db0e6
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 29 Jun 2026 21:57:31 +0200

sql fix

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

diff --git a/src/exchangedb/get_reserve_history.c b/src/exchangedb/get_reserve_history.c @@ -884,7 +884,7 @@ TALER_EXCHANGEDB_get_reserve_history ( PREPARE (pg, "open_request_by_reserve", "SELECT" - " reserve_payment" + " reserve_payment AS open_fee" ",request_timestamp" ",expiration_date" ",requested_purse_limit"