aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/gnunet-service-revocation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 22:00:14 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 22:00:14 +0000
commit9f7e7d369a842fe1621bc4b9af64ac3e5f609bde (patch)
treece8a877ecca413cc82013786c49ecb64920d34a4 /src/revocation/gnunet-service-revocation.c
parentba414944bc487d03442a05a8d6415ce8d536ddd0 (diff)
downloadgnunet-9f7e7d369a842fe1621bc4b9af64ac3e5f609bde.tar.gz
gnunet-9f7e7d369a842fe1621bc4b9af64ac3e5f609bde.zip
-finishing revocation command line tool
Diffstat (limited to 'src/revocation/gnunet-service-revocation.c')
-rw-r--r--src/revocation/gnunet-service-revocation.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/revocation/gnunet-service-revocation.c b/src/revocation/gnunet-service-revocation.c
index 6a29bb331..16c3640da 100644
--- a/src/revocation/gnunet-service-revocation.c
+++ b/src/revocation/gnunet-service-revocation.c
@@ -148,9 +148,7 @@ verify_revoke_message (const struct RevokeMessage *rm)
148 (unsigned int) revocation_work_required)) 148 (unsigned int) revocation_work_required))
149 { 149 {
150 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 150 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
151 "Proof of work invalid: %llu!\n", 151 "Proof of work invalid!\n");
152 (unsigned long long)
153 GNUNET_ntohll (rm->proof_of_work));
154 GNUNET_break_op (0); 152 GNUNET_break_op (0);
155 return GNUNET_NO; 153 return GNUNET_NO;
156 } 154 }