diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-07-08 19:37:48 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-08 19:37:48 +0200 |
commit | 8a1402a5d56907a01ca64a6f7a3a82c5591d8007 (patch) | |
tree | 65ed8573e6a989ba1432aedd534089777bef633c /src | |
parent | c3cd21508b0900ee5437edb3828b4b7c2f359495 (diff) |
complete server-side logic to generate response for conflicting denomination keys for the same coin
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange/taler-exchange-httpd_recoup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_recoup.c b/src/exchange/taler-exchange-httpd_recoup.c index b3ea90f5c..e53c1d9d2 100644 --- 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); |