diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-17 20:42:24 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-17 20:42:24 +0100 |
commit | 90c411bc190126e3b2641e31d821233c83dcfecb (patch) | |
tree | 521b3d71b8585a5bc309fb4043443aec32ba1aba /src/lib/testing_api_cmd_bank_history_debit.c | |
parent | fad5a2268017c647d2b86b75ba28115345a550c4 (diff) |
sort out URL types more nicely
Diffstat (limited to 'src/lib/testing_api_cmd_bank_history_debit.c')
-rw-r--r-- | src/lib/testing_api_cmd_bank_history_debit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/testing_api_cmd_bank_history_debit.c b/src/lib/testing_api_cmd_bank_history_debit.c index 4622ab07..6ca3942b 100644 --- a/src/lib/testing_api_cmd_bank_history_debit.c +++ b/src/lib/testing_api_cmd_bank_history_debit.c @@ -285,7 +285,7 @@ build_history (struct TALER_TESTING_Interpreter *is, &wtid)) || (GNUNET_OK != TALER_TESTING_get_trait_url (cmd, - 0, + TALER_TESTING_UT_EXCHANGE_BASE_URL, &exchange_base_url)) ) continue; /* not an event we care about */ /* Seek "/history" starting row. */ |