diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-15 00:15:40 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-15 00:15:40 +0100 |
commit | 087de13e0a2173f8f1f87bcef1fe8e33c23e4967 (patch) | |
tree | b3587b2ec05a52329b1da7720ea67ab8fe18c4d4 /src/lib/test_exchange_api.c | |
parent | bf3c7dd10fea30d3c59849a21cefcb79c7c940e4 (diff) |
use new parsing API, fixes issues
Diffstat (limited to 'src/lib/test_exchange_api.c')
-rw-r--r-- | src/lib/test_exchange_api.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/test_exchange_api.c b/src/lib/test_exchange_api.c index 81e54a981..4a1f406f5 100644 --- a/src/lib/test_exchange_api.c +++ b/src/lib/test_exchange_api.c @@ -121,14 +121,11 @@ run (void *cls, */ CMD_TRANSFER_TO_EXCHANGE ("create-reserve-1", "EUR:5.01"), - /** * Make a reserve exist, according to the previous * transfer. */ CMD_EXEC_WIREWATCH ("wirewatch-1"), - - /** * Withdraw EUR:5. */ @@ -136,7 +133,6 @@ run (void *cls, "create-reserve-1", "EUR:5", MHD_HTTP_OK), - /** * Check the reserve is depleted. */ |