aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_revocation_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_revocation_service.h')
-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 226dce357..b2f81b67a 100644
--- a/src/include/gnunet_revocation_service.h
+++ b/src/include/gnunet_revocation_service.h
@@ -201,7 +201,7 @@ GNUNET_REVOCATION_check_pow (const struct GNUNET_REVOCATION_Pow *pow,
201 * @return a handle for use in PoW rounds 201 * @return a handle for use in PoW rounds
202 */ 202 */
203struct GNUNET_REVOCATION_PowCalculationHandle* 203struct GNUNET_REVOCATION_PowCalculationHandle*
204GNUNET_REVOCATION_pow_init (const struct GNUNET_CRYPTO_EcdsaPublicKey *key, 204GNUNET_REVOCATION_pow_init (const struct GNUNET_CRYPTO_EcdsaPrivateKey *key,
205 int epochs, 205 int epochs,
206 unsigned int difficulty); 206 unsigned int difficulty);
207 207