diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-04-15 12:20:00 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-04-15 12:20:00 +0200 |
commit | 202827ebdaafdf33b78c202bcbb6917dd65dd1c1 (patch) | |
tree | b5689b28c58e1698dff0f296dbe78ec432430512 /src/bank-lib/bank_api_history.c | |
parent | aea82d3dcde94b68a70a65be8736cf7ad437b0c7 (diff) | |
parent | 1b3bf1a00126baffd016676ad1d668637b8b2efe (diff) |
merging Florian's changes with my wire changes
Diffstat (limited to 'src/bank-lib/bank_api_history.c')
-rw-r--r-- | src/bank-lib/bank_api_history.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bank-lib/bank_api_history.c b/src/bank-lib/bank_api_history.c index 17cd9fd07..902165def 100644 --- a/src/bank-lib/bank_api_history.c +++ b/src/bank-lib/bank_api_history.c @@ -158,7 +158,7 @@ parse_account_history (struct TALER_BANK_HistoryHandle *hh, /** * Function called when we're done processing the - * HTTP /admin/add/incoming request. + * HTTP /history request. * * @param cls the `struct TALER_BANK_HistoryHandle` * @param response_code HTTP response code, 0 on error |