This commit is contained in:
Marcello Stanisci 2018-12-18 16:16:26 +01:00
parent c38f521dd8
commit 18b39a4597
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -94,11 +94,6 @@ struct PaybackState
*/
const char *amount;
/**
* Connection to the exchange.
*/
struct TALER_EXCHANGE_Handle *exchange;
/**
* Handle to the ongoing operation.
*/
@ -231,7 +226,6 @@ payback_run (void *cls,
struct TALER_PlanchetSecretsP planchet;
ps->is = is;
ps->exchange = is->exchange;
coin_cmd = TALER_TESTING_interpreter_lookup_command
(is, ps->coin_reference);
@ -280,7 +274,7 @@ payback_run (void *cls,
"Trying to get '%s..' paid back\n",
TALER_B2S (&denom_pub->h_key));
ps->ph = TALER_EXCHANGE_payback (ps->exchange,
ps->ph = TALER_EXCHANGE_payback (is->exchange,
denom_pub,
coin_sig,
&planchet,