This commit is contained in:
Christian Grothoff 2017-05-04 14:06:16 +02:00
parent 405859d068
commit 57502edf15
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -324,7 +324,7 @@ handle_mhd_request (void *cls,
GNUNET_JSON_spec_uint64 ("debit_account", &t->debit_account),
GNUNET_JSON_spec_uint64 ("credit_account", &t->credit_account),
TALER_JSON_spec_amount ("amount", &t->amount),
TALER_JSON_spec_json ("auth", &auth),
GNUNET_JSON_spec_json ("auth", &auth),
GNUNET_JSON_spec_string ("exchange_url", &base_url),
GNUNET_JSON_spec_end ()
};