summaryrefslogtreecommitdiff
path: root/src/auditor
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-17 15:12:51 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-17 15:12:51 +0100
commite216d9e22da38cf816b87189a340b52f779a9ac9 (patch)
tree5c0a68274e866ffeb0a102610498bfb15117611a /src/auditor
parent94026368cdc542d919a2d571f4531c5662ae07e9 (diff)
downloadexchange-e216d9e22da38cf816b87189a340b52f779a9ac9.tar.gz
exchange-e216d9e22da38cf816b87189a340b52f779a9ac9.tar.bz2
exchange-e216d9e22da38cf816b87189a340b52f779a9ac9.zip
cut and paste error
Diffstat (limited to 'src/auditor')
-rw-r--r--src/auditor/taler-auditor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c
index 379ec9dbc..a8ef0919a 100644
--- a/src/auditor/taler-auditor.c
+++ b/src/auditor/taler-auditor.c
@@ -174,7 +174,7 @@ handle_reserve_out (void *cls,
/* TODO: check signatures, in particluar the reserve_sig! */
GNUNET_assert (rowid == reserve_out_serial_id); /* should be monotonically increasing */
- reserve_in_serial_id = rowid + 1;
+ reserve_out_serial_id = rowid + 1;
GNUNET_CRYPTO_hash (reserve_pub,
sizeof (*reserve_pub),
&key);