fix /reject base URL.

This commit is contained in:
Marcello Stanisci 2018-09-24 18:31:08 +02:00
parent 4e0c95f0c2
commit 78ebba7276
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -1238,7 +1238,7 @@ taler_bank_reject_transfer (void *cls,
TALER_LOG_INFO ("Rejecting over %s bank URL\n", TALER_LOG_INFO ("Rejecting over %s bank URL\n",
account.hostname); account.hostname);
rh->brh = TALER_BANK_reject (tc->ctx, rh->brh = TALER_BANK_reject (tc->ctx,
account.hostname, account.bank_base_url,
&rh->auth, &rh->auth,
(uint64_t) account.no, (uint64_t) account.no,
GNUNET_ntohll (*rowid_b64), GNUNET_ntohll (*rowid_b64),