-indent
This commit is contained in:
parent
56cdb7e9e6
commit
c782615262
@ -30,7 +30,6 @@
|
|||||||
#include "taler-exchange-httpd_responses.h"
|
#include "taler-exchange-httpd_responses.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
MHD_RESULT
|
MHD_RESULT
|
||||||
TEH_handler_management_post_aml_decision (
|
TEH_handler_management_post_aml_decision (
|
||||||
struct MHD_Connection *connection,
|
struct MHD_Connection *connection,
|
||||||
@ -45,6 +44,7 @@ TEH_handler_management_post_aml_decision (
|
|||||||
struct TALER_AmlOfficerPublicKeyP officer_pub;
|
struct TALER_AmlOfficerPublicKeyP officer_pub;
|
||||||
struct TALER_AmlOfficerSignatureP officer_sig;
|
struct TALER_AmlOfficerSignatureP officer_sig;
|
||||||
struct GNUNET_JSON_Specification spec[] = {
|
struct GNUNET_JSON_Specification spec[] = {
|
||||||
|
// FIXME: officer_pub is in URL path, not in JSON body!
|
||||||
GNUNET_JSON_spec_fixed_auto ("officer_pub",
|
GNUNET_JSON_spec_fixed_auto ("officer_pub",
|
||||||
&officer_pub),
|
&officer_pub),
|
||||||
GNUNET_JSON_spec_fixed_auto ("officer_sig",
|
GNUNET_JSON_spec_fixed_auto ("officer_sig",
|
||||||
|
Loading…
Reference in New Issue
Block a user