exchange

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

commit c29aa03a041a9297ebba799ddfc2bd3843262a99
parent 70e5ed1af731830ca3e92443e404e142074e73d5
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 21 Aug 2024 21:11:29 +0200

-fix typo

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

diff --git a/src/exchangedb/pg_select_purse_decisions_above_serial_id.c b/src/exchangedb/pg_select_purse_decisions_above_serial_id.c @@ -85,7 +85,7 @@ purse_decision_serial_helper_cb (void *cls, &no_reserve), TALER_PQ_RESULT_SPEC_AMOUNT ("amount_with_fee", &val), - GNUNET_PQ_result_spec_uint64 ("purse_deposit_serial_id", + GNUNET_PQ_result_spec_uint64 ("purse_decision_serial_id", &rowid), GNUNET_PQ_result_spec_end };