exchange

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

commit 7a39d112f0b266b53a45f80ecc6bbde7fdf8675d
parent 54a19689ab02a413e360ab2267c0c5a899b95711
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sat, 23 Dec 2023 10:24:16 +0800

-fix missing RC bumps in test

Diffstat:
Msrc/testing/testing_api_cmd_batch_withdraw.c | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/testing/testing_api_cmd_batch_withdraw.c b/src/testing/testing_api_cmd_batch_withdraw.c @@ -216,7 +216,8 @@ reserve_batch_withdraw_cb (void *cls, &cs->coin_pub.eddsa_pub); cs->bks = pcd->bks; - cs->exchange_vals = pcd->exchange_vals; + TALER_denom_ewv_deep_copy (&cs->exchange_vals, + &pcd->exchange_vals); } break; case MHD_HTTP_FORBIDDEN: @@ -370,6 +371,7 @@ batch_withdraw_cleanup (void *cls, { struct CoinState *cs = &ws->coins[i]; + TALER_denom_ewv_free (&cs->exchange_vals); TALER_denom_sig_free (&cs->sig); if (NULL != cs->pk) {