From ee5cfec8640886ea3fa3f582cb04347762feebbd Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Mon, 20 Apr 2020 16:56:16 +0200 Subject: fix tests --- src/include/gnunet_revocation_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/gnunet_revocation_service.h') 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, * @return a handle for use in PoW rounds */ struct GNUNET_REVOCATION_PowCalculationHandle* -GNUNET_REVOCATION_pow_init (const struct GNUNET_CRYPTO_EcdsaPublicKey *key, +GNUNET_REVOCATION_pow_init (const struct GNUNET_CRYPTO_EcdsaPrivateKey *key, int epochs, unsigned int difficulty); -- cgit v1.2.3