diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-11-03 08:09:18 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-11-05 10:37:38 +0100 |
commit | 7786dc9a6df5cb01c2913f6d3c2171f0b9e9eb85 (patch) | |
tree | 6b35cf3ca2ff73bea39350d8dd062a9f698b7618 /src/include/taler_testing_lib.h | |
parent | a26c2c9a882534e7035215419a073e1368fddec9 (diff) |
more work on testing
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r-- | src/include/taler_testing_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 5c00901f6..b95c9bb7d 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -1392,7 +1392,7 @@ struct TALER_TESTING_Command TALER_TESTING_cmd_reserve_close ( const char *label, const char *reserve_reference, - const char *target_account, + struct TALER_FullPayto target_account, unsigned int expected_response_code); |