exchange

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

commit 82b18857e2c71d340acaf17bdff02d6a7a53a2ce
parent d5351641f8124040c02ced06690fda36535bedcf
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 28 Mar 2020 20:46:23 +0100

do return correct timestamp also in fakebank implementation

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 @@ -665,7 +665,7 @@ handle_admin_add_incoming (struct TALER_FAKEBANK_Handle *h, (json_int_t) row_id, "timestamp", GNUNET_JSON_from_time_abs ( - GNUNET_TIME_UNIT_ZERO_ABS)); + h->transactions_tail->date)); }