From bdfa18830d12ed99fee8d79f48d2ab0ba52c567e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 15 May 2017 20:33:02 +0200 Subject: start_row is actually start in the spec, fix naming --- src/bank-lib/bank_api_history.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bank-lib/bank_api_history.c') diff --git a/src/bank-lib/bank_api_history.c b/src/bank-lib/bank_api_history.c index 87619e786..e134f20f4 100644 --- a/src/bank-lib/bank_api_history.c +++ b/src/bank-lib/bank_api_history.c @@ -273,13 +273,13 @@ TALER_BANK_history (struct GNUNET_CURL_Context *ctx, { if (TALER_BANK_DIRECTION_BOTH == direction) GNUNET_asprintf (&url, - "/history?auth=basic&account_number=%llu&delta=%lld&start_row=%llu", + "/history?auth=basic&account_number=%llu&delta=%lld&start=%llu", (unsigned long long) account_number, (long long) num_results, (unsigned long long) start_row); else GNUNET_asprintf (&url, - "/history?auth=basic&account_number=%llu&delta=%lld&start_row=%llu&direction=%s", + "/history?auth=basic&account_number=%llu&delta=%lld&start=%llu&direction=%s", (unsigned long long) account_number, (long long) num_results, (unsigned long long) start_row, -- cgit v1.2.3