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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/revocation/revocation.h b/src/revocation/revocation.h
index 184f58e0a..d7b9cc139 100644
--- a/src/revocation/revocation.h
+++ b/src/revocation/revocation.h
@@ -89,14 +89,14 @@ struct RevokeMessage
89 uint32_t reserved GNUNET_PACKED; 89 uint32_t reserved GNUNET_PACKED;
90 90
91 /** 91 /**
92 * Timestamp 92 * Number that causes a hash collision with the @e public_key.
93 */ 93 */
94 struct GNUNET_TIME_AbsoluteNBO ts; 94 uint64_t proof_of_work GNUNET_PACKED;
95 95
96 /** 96 /**
97 * Number that causes a hash collision with the @e public_key. 97 * Timestamp
98 */ 98 */
99 uint64_t proof_of_work GNUNET_PACKED; 99 struct GNUNET_TIME_AbsoluteNBO ts;
100 100
101 /** 101 /**
102 * Signature confirming revocation. 102 * Signature confirming revocation.