summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_issue_receipts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_cmd_issue_receipts.c')
-rw-r--r--src/testing/testing_api_cmd_issue_receipts.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/testing/testing_api_cmd_issue_receipts.c b/src/testing/testing_api_cmd_issue_receipts.c
index f0a6703..c442c0e 100644
--- a/src/testing/testing_api_cmd_issue_receipts.c
+++ b/src/testing/testing_api_cmd_issue_receipts.c
@@ -99,7 +99,7 @@ issue_receipts_status_cb (void *cls,
{
struct StatusState *ss = cls;
- // TODO: use the public donation unit keysZZZZZ from the DONAU to verify the signatures
+ // TODO: use the public donation unit keys from the DONAU to verify the signatures
ss->birh = NULL;
if (ss->expected_response_code != biresp->hr.http_status)
@@ -136,7 +136,6 @@ status_run (void *cls,
ss->is = is;
/* Get charity id and the charity private key from trait */
- const struct DONAU_CharityPublicKeyP *charity_pub;
{
const struct TALER_TESTING_Command *charity_post_cmd;
const unsigned long long *charity_id;
@@ -150,9 +149,7 @@ status_run (void *cls,
if (GNUNET_OK !=
TALER_TESTING_get_trait_charity_id (charity_post_cmd, &charity_id) ||
GNUNET_OK != TALER_TESTING_get_trait_charity_priv (charity_post_cmd,
- &charity_priv) ||
- GNUNET_OK != TALER_TESTING_get_trait_charity_pub (charity_post_cmd,
- &charity_pub))
+ &charity_priv))
{
GNUNET_break (0);
TALER_TESTING_interpreter_fail (is);
@@ -208,7 +205,6 @@ status_run (void *cls,
TALER_TESTING_interpreter_get_context (is),
TALER_TESTING_get_donau_url (is),
&ss->charity_priv,
- charity_pub,
ss->charity_id,
ss->year,
ss->num_bkp,