From 9556fb326e31d6653624ae94873a92bbde9da5a0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 17 Nov 2016 15:01:06 +0100 Subject: serial IDs start at 1 --- src/auditor/taler-auditor.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/auditor/taler-auditor.c') diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c index 541ed21aa..944427107 100644 --- 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 */ -- cgit v1.2.3