fix
This commit is contained in:
parent
c22efccce8
commit
4c42e7924e
@ -304,8 +304,8 @@ verify_and_execute_deposit (struct MHD_Connection *connection,
|
||||
{
|
||||
TEH_KS_release (mks);
|
||||
return TALER_MHD_reply_with_error (connection,
|
||||
ec,
|
||||
hc,
|
||||
ec,
|
||||
"Could not find denomination key used in deposit");
|
||||
}
|
||||
TALER_amount_ntoh (&dc.value,
|
||||
@ -527,8 +527,8 @@ TEH_DEPOSIT_handler_deposit (struct TEH_RequestHandler *rh,
|
||||
TALER_LOG_WARNING ("Unknown denomination key in /deposit request\n");
|
||||
GNUNET_JSON_parse_free (spec);
|
||||
return TALER_MHD_reply_with_error (connection,
|
||||
ec,
|
||||
hc,
|
||||
ec,
|
||||
"Could not find denomination key used in deposit");
|
||||
}
|
||||
TALER_amount_ntoh (&deposit.deposit_fee,
|
||||
|
@ -449,8 +449,8 @@ verify_and_execute_payback (struct MHD_Connection *connection,
|
||||
TALER_LOG_WARNING (
|
||||
"Denomination key in /payback request not in payback mode\n");
|
||||
return TALER_MHD_reply_with_error (connection,
|
||||
ec,
|
||||
hc,
|
||||
ec,
|
||||
"denomination not allowing payback");
|
||||
}
|
||||
TALER_amount_ntoh (&pc.value,
|
||||
|
@ -585,8 +585,8 @@ TEH_REFRESH_handler_refresh_melt (struct TEH_RequestHandler *rh,
|
||||
{
|
||||
TALER_LOG_WARNING ("Unknown denomination key in /refresh/melt request\n");
|
||||
res = TALER_MHD_reply_with_error (connection,
|
||||
ec,
|
||||
hc,
|
||||
ec,
|
||||
"unknown denomination");
|
||||
goto cleanup;
|
||||
}
|
||||
|
@ -645,8 +645,8 @@ handle_refresh_reveal_json (struct MHD_Connection *connection,
|
||||
{
|
||||
TEH_KS_release (key_state);
|
||||
return TALER_MHD_reply_with_error (connection,
|
||||
ec,
|
||||
hc,
|
||||
ec,
|
||||
"failed to find denomination key");
|
||||
}
|
||||
GNUNET_assert (NULL != dkis[i]->denom_priv.rsa_private_key);
|
||||
|
@ -372,8 +372,8 @@ refund_transaction (void *cls,
|
||||
TEH_plugin->free_coin_transaction_list (TEH_plugin->cls,
|
||||
tl);
|
||||
*mhd_ret = TALER_MHD_reply_with_error (connection,
|
||||
ec,
|
||||
hc,
|
||||
ec,
|
||||
"denomination not found, but coin known");
|
||||
return GNUNET_DB_STATUS_HARD_ERROR;
|
||||
}
|
||||
|
@ -429,8 +429,8 @@ TEH_RESERVE_handler_reserve_withdraw (struct TEH_RequestHandler *rh,
|
||||
GNUNET_JSON_parse_free (spec);
|
||||
TEH_KS_release (wc.key_state);
|
||||
return TALER_MHD_reply_with_error (connection,
|
||||
ec,
|
||||
hc,
|
||||
ec,
|
||||
"could not find denomination key");
|
||||
}
|
||||
GNUNET_assert (NULL != wc.dki->denom_priv.rsa_private_key);
|
||||
|
Loading…
Reference in New Issue
Block a user