exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit e216d9e22da38cf816b87189a340b52f779a9ac9
parent 94026368cdc542d919a2d571f4531c5662ae07e9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 17 Nov 2016 15:12:51 +0100

cut and paste error

Diffstat:
Msrc/auditor/taler-auditor.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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);