commit 9556fb326e31d6653624ae94873a92bbde9da5a0
parent cda939f33169591f1f4160c63c648a599190ca08
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 17 Nov 2016 15:01:06 +0100
serial IDs start at 1
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c
@@ -234,6 +234,8 @@ verify_reserve_balance (void *cls,
return GNUNET_OK;
}
/* TODO: check reserve.expiry? */
+ reserve_in_serial_id = 1;
+ reserve_out_serial_id = 1;
/* FIXME: get previous reserve state from auditor DB */
/* FIXME: simplified computation as we have no previous reserve state yet */