summaryrefslogtreecommitdiff
path: root/src/auditor
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2020-01-15 14:34:13 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2020-01-15 14:34:35 +0100
commitd822035216d9ad33665a2f8274432918ca7d42be (patch)
tree6534cd7ed8bf3b5d1268a4eac93fc2b052635178 /src/auditor
parent0c37bb0f906b61e8484be61abddce58b729575eb (diff)
downloadexchange-d822035216d9ad33665a2f8274432918ca7d42be.tar.gz
exchange-d822035216d9ad33665a2f8274432918ca7d42be.tar.bz2
exchange-d822035216d9ad33665a2f8274432918ca7d42be.zip
Remove preflight checks where redundant.
Diffstat (limited to 'src/auditor')
-rw-r--r--src/auditor/taler-auditor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c
index 76285d554..d4fb84d16 100644
--- a/src/auditor/taler-auditor.c
+++ b/src/auditor/taler-auditor.c
@@ -1120,6 +1120,7 @@ handle_reserve_out (void *cls,
(void) denom_sig; /* FIXME: checked elsewhere? If so, potential for
optimization to simply not fetch this value from DB! */
+
/* should be monotonically increasing */
GNUNET_assert (rowid >= ppr.last_reserve_out_serial_id);
ppr.last_reserve_out_serial_id = rowid + 1;