aboutsummaryrefslogtreecommitdiff
path: root/src/bank-lib/fakebank_twg_history.c
diff options
context:
space:
mode:
authorChristian Blättler <blatc2@bfh.ch>2023-12-10 14:42:02 +0100
committerChristian Blättler <blatc2@bfh.ch>2023-12-10 14:42:02 +0100
commit62448125fbffb3bdd50fb5b5abc0d25e2449f8c6 (patch)
tree96a9381533384b1498eb642c5a9cbece52a385ce /src/bank-lib/fakebank_twg_history.c
parentf99262923121d5c0e1b995e325d97830110f5ce5 (diff)
parentcfdbc9a3c3fba99982beaf156794cb51494e0c3f (diff)
downloadexchange-62448125fbffb3bdd50fb5b5abc0d25e2449f8c6.tar.xz
Merge branch 'master' into feature/tokens
Diffstat (limited to 'src/bank-lib/fakebank_twg_history.c')
-rw-r--r--src/bank-lib/fakebank_twg_history.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bank-lib/fakebank_twg_history.c b/src/bank-lib/fakebank_twg_history.c
index 1d70ed127..35cc6587f 100644
--- a/src/bank-lib/fakebank_twg_history.c
+++ b/src/bank-lib/fakebank_twg_history.c
@@ -147,6 +147,7 @@ TALER_FAKEBANK_twg_get_debit_history_ (
if ( (GNUNET_TIME_relative_is_zero (hc->ha.lp_timeout)) &&
(0 < hc->ha.delta))
{
+ acc_payto_uri = hc->acc->payto_uri;
GNUNET_assert (0 ==
pthread_mutex_unlock (&h->big_lock));
if (overflow)
@@ -160,6 +161,7 @@ TALER_FAKEBANK_twg_get_debit_history_ (
}
if (h->in_shutdown)
{
+ acc_payto_uri = hc->acc->payto_uri;
GNUNET_assert (0 ==
pthread_mutex_unlock (&h->big_lock));
goto finish;
@@ -400,6 +402,7 @@ TALER_FAKEBANK_twg_get_credit_history_ (
if (GNUNET_TIME_relative_is_zero (hc->ha.lp_timeout) &&
(0 < hc->ha.delta))
{
+ acc_payto_uri = hc->acc->payto_uri;
GNUNET_assert (0 ==
pthread_mutex_unlock (&h->big_lock));
if (overflow)
@@ -411,6 +414,7 @@ TALER_FAKEBANK_twg_get_credit_history_ (
}
if (h->in_shutdown)
{
+ acc_payto_uri = hc->acc->payto_uri;
GNUNET_assert (0 ==
pthread_mutex_unlock (&h->big_lock));
goto finish;