diff options
| author | Christian Grothoff <christian@grothoff.org> | 2023-07-03 18:39:06 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2023-07-03 18:39:06 +0200 | 
| commit | d3772a834fa3df6802c170779c09d24cbb6fc1a6 (patch) | |
| tree | 5dd340d54d36b0e0cda908a347b42a1cc5881f71 /src/testing | |
| parent | 290268e9af65467ba8ffc82a196e2666c7796475 (diff) | |
more API clean up
Diffstat (limited to 'src/testing')
| -rw-r--r-- | src/testing/testing_api_cmd_batch_withdraw.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/testing/testing_api_cmd_batch_withdraw.c b/src/testing/testing_api_cmd_batch_withdraw.c index 9283f032..56af70b1 100644 --- a/src/testing/testing_api_cmd_batch_withdraw.c +++ b/src/testing/testing_api_cmd_batch_withdraw.c @@ -326,8 +326,8 @@ batch_withdraw_run (void *cls,      TALER_TESTING_get_exchange_url (is),      TALER_TESTING_get_keys (is),      rp, -    wcis,      ws->num_coins, +    wcis,      &reserve_batch_withdraw_cb,      ws);    if (NULL == ws->wsh) | 
