-fix typos
This commit is contained in:
parent
66307ecc03
commit
6ee9984f7e
@ -1723,7 +1723,7 @@ setup_general_response_headers (struct TEH_KeyStateHandle *ksh,
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function called with wallet balance threshholds.
|
* Function called with wallet balance thresholds.
|
||||||
*
|
*
|
||||||
* @param[in,out] cls a `json **` where to put the array of json amounts discovered
|
* @param[in,out] cls a `json **` where to put the array of json amounts discovered
|
||||||
* @param threshold another threshold amount to add
|
* @param threshold another threshold amount to add
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#OPERATION_TYPE = WITHDRAW
|
#OPERATION_TYPE = WITHDRAW
|
||||||
# Which checks must be done. Give names used by providers.
|
# Which checks must be done. Give names used by providers.
|
||||||
#REQUIRED_CHECKS = PHONE GOVID SSN
|
#REQUIRED_CHECKS = PHONE GOVID SSN
|
||||||
# Treshold amount above which the checks are required.
|
# Threshold amount above which the checks are required.
|
||||||
#THRESHOLD = KUDOS:100
|
#THRESHOLD = KUDOS:100
|
||||||
# Timeframe over which amounts involved in the
|
# Timeframe over which amounts involved in the
|
||||||
# operation type are accumulated to test against
|
# operation type are accumulated to test against
|
||||||
|
@ -867,7 +867,7 @@ eval_trigger (void *cls,
|
|||||||
&kt->threshold))
|
&kt->threshold))
|
||||||
{
|
{
|
||||||
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
|
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
|
||||||
"KYC check #%u: amount is below treshold\n",
|
"KYC check #%u: amount is below threshold\n",
|
||||||
i);
|
i);
|
||||||
if (bump)
|
if (bump)
|
||||||
ttc->start = i;
|
ttc->start = i;
|
||||||
|
Loading…
Reference in New Issue
Block a user