/payback: #5284.
This commit is contained in:
parent
c38f521dd8
commit
18b39a4597
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user