diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-01-17 01:23:32 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-01-17 01:23:32 +0100 |
commit | 6faf6fc732afe58a5da71dd442ede78cdbd7c495 (patch) | |
tree | c3f8cc519f5a4bc14b7a361ff168b2b19095392d /src/auditor | |
parent | c677720e7b5c6a228159044e35ac12554e9c280b (diff) |
payto fixes WIP
Diffstat (limited to 'src/auditor')
-rw-r--r-- | src/auditor/taler-wire-auditor.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c index d8da36d07..8ea2b2fd0 100644 --- a/src/auditor/taler-wire-auditor.c +++ b/src/auditor/taler-wire-auditor.c @@ -1842,8 +1842,7 @@ process_credits (void *cls) "Starting bank CREDIT history of account `%s'\n", wa->section_name); wa->chh = TALER_BANK_credit_history (ctx, - wa->account.details.x_taler_bank. - account_base_url, + wa->auth.wire_gateway_url, &wa->auth, wa->in_wire_off, INT64_MAX, |