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 | |
| parent | aea82d3dcde94b68a70a65be8736cf7ad437b0c7 (diff) | |
| parent | 1b3bf1a00126baffd016676ad1d668637b8b2efe (diff) | |
merging Florian's changes with my wire changes
Diffstat (limited to 'src/bank-lib')
| -rw-r--r-- | src/bank-lib/bank_api_history.c | 2 | ||||
| -rw-r--r-- | src/bank-lib/testing_api_cmd_history.c | 3 | 
2 files changed, 3 insertions, 2 deletions
| diff --git a/src/bank-lib/bank_api_history.c b/src/bank-lib/bank_api_history.c index 17cd9fd0..902165de 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 diff --git a/src/bank-lib/testing_api_cmd_history.c b/src/bank-lib/testing_api_cmd_history.c index e94009fb..6f005360 100644 --- a/src/bank-lib/testing_api_cmd_history.c +++ b/src/bank-lib/testing_api_cmd_history.c @@ -123,7 +123,8 @@ test_cancelled (struct TALER_TESTING_Interpreter *is,      const struct TALER_TESTING_Command *c = &is->commands[i]; -    #warning "Errors reported here are NOT fatal" +    /* XXX: Errors reported here are NOT fatal */ +      /* Rejected wire transfers have hold a reference to a       * reject command to mark them as rejected. So errors       * about "reject traits" not found are NOT fatal here */ | 
