diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-11-17 15:01:06 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-11-17 15:01:06 +0100 |
commit | 9556fb326e31d6653624ae94873a92bbde9da5a0 (patch) | |
tree | 02f5cc41abb2ebe15032f8ad4347c05ff76d3ba9 /src/auditor | |
parent | cda939f33169591f1f4160c63c648a599190ca08 (diff) |
serial IDs start at 1
Diffstat (limited to 'src/auditor')
-rw-r--r-- | src/auditor/taler-auditor.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |