-ref bug
This commit is contained in:
parent
77ebca5e9c
commit
a3dd7ad999
@ -169,7 +169,7 @@ reply_merge_success (struct MHD_Connection *connection,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
#if WAD_NOT_IMPLEMENTED
|
#if WAD_NOT_IMPLEMENTED
|
||||||
/* FIXME: figure out partner, lookup wad fee by partner! */
|
/* FIXME: figure out partner, lookup wad fee by partner! #7271 */
|
||||||
if (0 >
|
if (0 >
|
||||||
TALER_amount_subtract (&merge_amount,
|
TALER_amount_subtract (&merge_amount,
|
||||||
&pcc->target_amount,
|
&pcc->target_amount,
|
||||||
|
@ -282,7 +282,7 @@ handle_reserves_open_finished (void *cls,
|
|||||||
rs.hr.hint = TALER_JSON_get_error_hint (j);
|
rs.hr.hint = TALER_JSON_get_error_hint (j);
|
||||||
break;
|
break;
|
||||||
case MHD_HTTP_CONFLICT:
|
case MHD_HTTP_CONFLICT:
|
||||||
// FIXME: not yet specified, but needed in
|
// FIXME: not yet specified (#7428), but needed in
|
||||||
// case of double-spending or insufficient
|
// case of double-spending or insufficient
|
||||||
// reserve balance!
|
// reserve balance!
|
||||||
rs.hr.ec = TALER_JSON_get_error_code (j);
|
rs.hr.ec = TALER_JSON_get_error_code (j);
|
||||||
|
@ -191,13 +191,10 @@ TALER_TEMPLATING_build (struct MHD_Connection *connection,
|
|||||||
template);
|
template);
|
||||||
if (NULL == tmpl)
|
if (NULL == tmpl)
|
||||||
{
|
{
|
||||||
/* FIXME: should this not be an
|
|
||||||
internal failure? The language
|
|
||||||
mismatch is not critical here! */
|
|
||||||
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
||||||
"Failed to load template `%s'\n",
|
"Failed to load template `%s'\n",
|
||||||
template);
|
template);
|
||||||
*http_status = MHD_HTTP_NOT_ACCEPTABLE;
|
*http_status = MHD_HTTP_INTERNAL_SERVER_ERROR;
|
||||||
*reply = TALER_MHD_make_error (TALER_EC_GENERIC_FAILED_TO_LOAD_TEMPLATE,
|
*reply = TALER_MHD_make_error (TALER_EC_GENERIC_FAILED_TO_LOAD_TEMPLATE,
|
||||||
template);
|
template);
|
||||||
return GNUNET_NO;
|
return GNUNET_NO;
|
||||||
|
@ -454,8 +454,7 @@ struct TALER_ExchangeAccountSetupSuccessPS
|
|||||||
*/
|
*/
|
||||||
struct TALER_PaytoHashP h_payto;
|
struct TALER_PaytoHashP h_payto;
|
||||||
|
|
||||||
// FIXME: include details on *which* KYC process
|
/* FIXME: include details on *which* KYC process was satisfied! #7427 */
|
||||||
// was satisfied! #7427
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* When was the signature made.
|
* When was the signature made.
|
||||||
|
Loading…
Reference in New Issue
Block a user