aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2020-04-20 08:24:06 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-04-20 08:24:06 +0200
commit6d61330e3ae457a27f10247cd9caf53987604143 (patch)
treeb877d94ad7bd49be40c0d601e57a09116abc6150 /src/include
parent196a465c2254c224055b71a5bdb3697e7a468801 (diff)
downloadgnunet-6d61330e3ae457a27f10247cd9caf53987604143.tar.gz
gnunet-6d61330e3ae457a27f10247cd9caf53987604143.zip
evaluate epochs
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_revocation_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_revocation_service.h b/src/include/gnunet_revocation_service.h
index a5a014708..226dce357 100644
--- a/src/include/gnunet_revocation_service.h
+++ b/src/include/gnunet_revocation_service.h
@@ -184,7 +184,7 @@ GNUNET_REVOCATION_revoke_cancel (struct GNUNET_REVOCATION_Handle *h);
184 * @param ts revocation timestamp 184 * @param ts revocation timestamp
185 * @param pow proof of work value 185 * @param pow proof of work value
186 * @param matching_bits how many bits must match (configuration) 186 * @param matching_bits how many bits must match (configuration)
187 * @return #GNUNET_YES if the @a pow is acceptable, #GNUNET_NO if not 187 * @return number of epochs valid if the @a pow is acceptable, -1 if not
188 */ 188 */
189int 189int
190GNUNET_REVOCATION_check_pow (const struct GNUNET_REVOCATION_Pow *pow, 190GNUNET_REVOCATION_check_pow (const struct GNUNET_REVOCATION_Pow *pow,