do return correct timestamp also in fakebank implementation

This commit is contained in:
Christian Grothoff 2020-03-28 20:46:23 +01:00
parent d5351641f8
commit 82b18857e2
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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));
}