exchange

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

commit c4bbc4ac566c3e5f32f40b0db6326bfa68e756c9
parent 1435e5627e39bf2067cad0cdc1d8220a9a01863a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 22 Oct 2022 14:00:50 +0200

fix column name

Diffstat:
Msrc/exchangedb/pg_lookup_serial_by_table.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchangedb/pg_lookup_serial_by_table.c b/src/exchangedb/pg_lookup_serial_by_table.c @@ -128,9 +128,9 @@ TEH_PG_lookup_serial_by_table (void *cls, case TALER_EXCHANGEDB_RT_RESERVES_OPEN_DEPOSITS: XPREPARE ("select_serial_by_table_reserves_open_deposits", "SELECT" - " open_request_uuid AS serial" + " reserve_open_deposit_uuid AS serial" " FROM reserves_open_deposits" - " ORDER BY open_request_uuid DESC" + " ORDER BY reserve_open_deposit_uuid DESC" " LIMIT 1;"); break; case TALER_EXCHANGEDB_RT_RESERVES_OUT: