summaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-17 15:01:06 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-17 15:01:06 +0100
commit9556fb326e31d6653624ae94873a92bbde9da5a0 (patch)
tree02f5cc41abb2ebe15032f8ad4347c05ff76d3ba9 /src/auditor/taler-auditor.c
parentcda939f33169591f1f4160c63c648a599190ca08 (diff)
downloadexchange-9556fb326e31d6653624ae94873a92bbde9da5a0.tar.gz
exchange-9556fb326e31d6653624ae94873a92bbde9da5a0.tar.bz2
exchange-9556fb326e31d6653624ae94873a92bbde9da5a0.zip
serial IDs start at 1
Diffstat (limited to 'src/auditor/taler-auditor.c')
-rw-r--r--src/auditor/taler-auditor.c2
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 */