aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/revocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/revocation/revocation.h')
-rw-r--r--src/revocation/revocation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/revocation/revocation.h b/src/revocation/revocation.h
index 868c2b853..635c56cfc 100644
--- a/src/revocation/revocation.h
+++ b/src/revocation/revocation.h
@@ -92,7 +92,7 @@ struct RevokeMessage
92 /** 92 /**
93 * Number that causes a hash collision with the @e public_key. 93 * Number that causes a hash collision with the @e public_key.
94 */ 94 */
95 struct GNUNET_REVOCATION_Pow proof_of_work; 95 struct GNUNET_REVOCATION_PowP proof_of_work;
96}; 96};
97 97
98 98