-rename variable
This commit is contained in:
parent
89de1678ef
commit
2f21fa24e4
@ -311,7 +311,7 @@ batch_withdraw_transaction (void *cls,
|
|||||||
bool found = false;
|
bool found = false;
|
||||||
bool balance_ok = false;
|
bool balance_ok = false;
|
||||||
bool age_ok = false;
|
bool age_ok = false;
|
||||||
uint16_t required_age = 0;
|
uint16_t allowed_maximum_age = 0;
|
||||||
char *kyc_required;
|
char *kyc_required;
|
||||||
struct TALER_PaytoHashP reserve_h_payto;
|
struct TALER_PaytoHashP reserve_h_payto;
|
||||||
|
|
||||||
@ -479,7 +479,7 @@ batch_withdraw_transaction (void *cls,
|
|||||||
&found,
|
&found,
|
||||||
&balance_ok,
|
&balance_ok,
|
||||||
&age_ok,
|
&age_ok,
|
||||||
&required_age,
|
&allowed_maximum_age,
|
||||||
&ruuid);
|
&ruuid);
|
||||||
if (0 > qs)
|
if (0 > qs)
|
||||||
{
|
{
|
||||||
@ -508,7 +508,7 @@ batch_withdraw_transaction (void *cls,
|
|||||||
* of the required age */
|
* of the required age */
|
||||||
uint16_t lowest_age = TALER_get_lowest_age (
|
uint16_t lowest_age = TALER_get_lowest_age (
|
||||||
&TEH_age_restriction_config.mask,
|
&TEH_age_restriction_config.mask,
|
||||||
required_age);
|
allowed_maximum_age);
|
||||||
|
|
||||||
TEH_plugin->rollback (TEH_plugin->cls);
|
TEH_plugin->rollback (TEH_plugin->cls);
|
||||||
*mhd_ret = TEH_RESPONSE_reply_reserve_age_restriction_required (
|
*mhd_ret = TEH_RESPONSE_reply_reserve_age_restriction_required (
|
||||||
|
Loading…
Reference in New Issue
Block a user