diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-30 12:32:42 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-30 12:32:42 +0200 |
commit | b5cd1d1102e0c3e88604d5ba9d39090ddebc8b58 (patch) | |
tree | 0c6ed463fb712c0d75665d825f47eef1fb7e8476 /src/testing/testing_api_cmd_post_account.c | |
parent | 85a8cdb4f78336016b9dd8dabaf2afd536b8bb44 (diff) |
-remove _tuple suffix
Diffstat (limited to 'src/testing/testing_api_cmd_post_account.c')
-rw-r--r-- | src/testing/testing_api_cmd_post_account.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/testing/testing_api_cmd_post_account.c b/src/testing/testing_api_cmd_post_account.c index 3529b961..345e869f 100644 --- a/src/testing/testing_api_cmd_post_account.c +++ b/src/testing/testing_api_cmd_post_account.c @@ -123,11 +123,12 @@ post_account_run (void *cls, struct PostAccountState *pas = cls; pas->is = is; - pas->aph = TALER_MERCHANT_account_post (TALER_TESTING_interpreter_get_context (is), - pas->merchant_url, - &pas->ac, - &post_account_cb, - pas); + pas->aph = TALER_MERCHANT_account_post ( + TALER_TESTING_interpreter_get_context (is), + pas->merchant_url, + &pas->ac, + &post_account_cb, + pas); GNUNET_assert (NULL != pas->aph); } |