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_credit.c | |
parent | fad5a2268017c647d2b86b75ba28115345a550c4 (diff) |
sort out URL types more nicely
Diffstat (limited to 'src/lib/testing_api_cmd_bank_history_credit.c')
-rw-r--r-- | src/lib/testing_api_cmd_bank_history_credit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/testing_api_cmd_bank_history_credit.c b/src/lib/testing_api_cmd_bank_history_credit.c index 24af2e6f..2b6eb41e 100644 --- a/src/lib/testing_api_cmd_bank_history_credit.c +++ b/src/lib/testing_api_cmd_bank_history_credit.c @@ -279,7 +279,7 @@ build_history (struct TALER_TESTING_Interpreter *is, &reserve_pub)) || (GNUNET_OK != TALER_TESTING_get_trait_url (cmd, - 0, + TALER_TESTING_UT_EXCHANGE_BANK_ACCOUNT_URL, &exchange_credit_url)) ) continue; /* not an interesting event */ /* Seek "/history" starting row. */ |