diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-01-17 02:23:38 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-01-17 02:23:48 +0100 |
commit | cc862fb2795aefed25b1a7b4d1dcac750f648f1b (patch) | |
tree | 57e9833ea521dd72b8202ed6649991aa4bdab054 /src/auditor | |
parent | 8ea2af444feec46e9086bb6c410762b18c7252fe (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 8ea2b2fd0..75bd83e53 100644 --- a/src/auditor/taler-wire-auditor.c +++ b/src/auditor/taler-wire-auditor.c @@ -1438,8 +1438,7 @@ process_debits (void *cls) wa->section_name); GNUNET_assert (NULL == wa->dhh); wa->dhh = TALER_BANK_debit_history (ctx, - wa->account.details.x_taler_bank. - account_base_url, + wa->auth.wire_gateway_url, &wa->auth, wa->out_wire_off, INT64_MAX, |