polish refresh CMD

This commit is contained in:
Marcello Stanisci 2018-07-02 11:38:30 +02:00
parent 562b2cd180
commit e7d9187c12
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -68,12 +68,6 @@ struct RefreshMeltState
*/
unsigned int double_melt;
/**
* Amount to be melted. FIXME: this value is useless
* here as the @a melted_coin field (below) has already it.
*/
const char *amount;
/**
* Information about coins to be melted.
*/
@ -878,7 +872,6 @@ TALER_TESTING_cmd_refresh_melt
md.amount = amount;
rms = GNUNET_new (struct RefreshMeltState);
rms->amount = amount;
rms->melted_coin = md;
rms->expected_response_code = expected_response_code;
rms->exchange = exchange;
@ -922,7 +915,6 @@ TALER_TESTING_cmd_refresh_melt_double
md.amount = amount;
rms = GNUNET_new (struct RefreshMeltState);
rms->amount = amount;
rms->melted_coin = md;
rms->expected_response_code = expected_response_code;
rms->exchange = exchange;