aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/revocation.h
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2020-04-29 15:08:04 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-04-29 15:08:04 +0200
commit1eade92340968378afc390379b86590f335cb814 (patch)
treef994fb61ceaf00f7403488d14ceb3f809d558aca /src/revocation/revocation.h
parentb21cab7cb9da43009df76acdb779f7c89a003378 (diff)
downloadgnunet-1eade92340968378afc390379b86590f335cb814.tar.gz
gnunet-1eade92340968378afc390379b86590f335cb814.zip
fix comments, struct naming; version
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