summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_post_transfers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_cmd_post_transfers.c')
-rw-r--r--src/testing/testing_api_cmd_post_transfers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/testing_api_cmd_post_transfers.c b/src/testing/testing_api_cmd_post_transfers.c
index 55bbbf67..40f1d595 100644
--- a/src/testing/testing_api_cmd_post_transfers.c
+++ b/src/testing/testing_api_cmd_post_transfers.c
@@ -452,13 +452,13 @@ debit_cb (
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Bank reports transfer of %s to %s\n",
TALER_amount2s (&details->amount),
- details->credit_account_url);
+ details->credit_account_uri);
if (0 != TALER_amount_cmp (&pts->credit_amount,
&details->amount))
return GNUNET_OK;
pts->found = true;
pts->wtid = details->wtid;
- pts->credit_account = GNUNET_strdup (details->credit_account_url);
+ pts->credit_account = GNUNET_strdup (details->credit_account_uri);
pts->exchange_url = GNUNET_strdup (details->exchange_base_url);
return GNUNET_OK;
}