exchange

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

commit 8a1402a5d56907a01ca64a6f7a3a82c5591d8007
parent c3cd21508b0900ee5437edb3828b4b7c2f359495
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  8 Jul 2020 19:37:48 +0200

complete server-side logic to generate response for conflicting denomination keys for the same coin

Diffstat:
Msrc/exchange/taler-exchange-httpd_recoup.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd_recoup.c b/src/exchange/taler-exchange-httpd_recoup.c @@ -133,7 +133,7 @@ recoup_transaction (void *cls, int existing_recoup_found; /* make sure coin is 'known' in database */ - qs = TEH_make_coin_known (&rmc->refresh_session.coin, + qs = TEH_make_coin_known (pc->coin, connection, session, mhd_ret);