exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 6e17a847e8267ae10beaa8fc849bf10517088ab2
parent 889644c6862ae6ed2777cab6674c6dd5f4d0065d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 18 Jan 2020 23:28:35 +0100

fix FTBFS

Diffstat:
Msrc/bank-lib/fakebank.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c @@ -933,7 +933,7 @@ handle_debit_history (struct TALER_FAKEBANK_Handle *h, if (0 > ha.delta) pos = pos->prev; else - pos = pos->tail; + pos = pos->next; } else {