exchange

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

commit 96ccde10c8be28b1a186c9506557f36c57beab7c
parent 1ec2cb59b4c1453a68a55f7a427940a6c61a4c06
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  3 Jun 2019 11:30:39 +0200

initialize timestamp to obviously bogus value if /admin/add/incoming failed

Diffstat:
Msrc/bank-lib/bank_api_admin.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/bank-lib/bank_api_admin.c b/src/bank-lib/bank_api_admin.c @@ -81,6 +81,7 @@ handle_admin_add_incoming_finished (void *cls, const json_t *j = response; aai->job = NULL; + timestamp = GNUNET_TIME_UNIT_FOREVER_ABS; switch (response_code) { case 0: