exchange

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

commit 900b2d6fd921554735c5a86a8aae874973bc29d4
parent 26158fc72505be6323282dc39509fd531c10a290
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 22 Feb 2022 17:26:27 +0100

-use correct idx

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

diff --git a/src/lib/exchange_api_link.c b/src/lib/exchange_api_link.c @@ -136,7 +136,7 @@ parse_link_coin (const struct TALER_EXCHANGE_LinkHandle *lh, &lh->coin_priv, &secret); TALER_transfer_secret_to_planchet_secret (&secret, - coin_num, + coin_idx, &lci->ps); TALER_planchet_setup_coin_priv (&lci->ps, &alg_values,