cut and paste error

This commit is contained in:
Christian Grothoff 2016-11-17 15:12:51 +01:00
parent 94026368cd
commit e216d9e22d
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -174,7 +174,7 @@ handle_reserve_out (void *cls,
/* TODO: check signatures, in particluar the reserve_sig! */ /* TODO: check signatures, in particluar the reserve_sig! */
GNUNET_assert (rowid == reserve_out_serial_id); /* should be monotonically increasing */ 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, GNUNET_CRYPTO_hash (reserve_pub,
sizeof (*reserve_pub), sizeof (*reserve_pub),
&key); &key);