aboutsummaryrefslogtreecommitdiff
path: root/gnu/gnunet/fs/network.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/gnunet/fs/network.scm')
-rw-r--r--gnu/gnunet/fs/network.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/gnunet/fs/network.scm b/gnu/gnunet/fs/network.scm
index 97a66ab..3519aae 100644
--- a/gnu/gnunet/fs/network.scm
+++ b/gnu/gnunet/fs/network.scm
@@ -42,7 +42,8 @@
42 ;; (see gnunet-signatures/gnunet_signatures.rst) 42 ;; (see gnunet-signatures/gnunet_signatures.rst)
43 (define %purpose-peer-placement 5) 43 (define %purpose-peer-placement 5)
44 44
45 (define* (construct-request-loc-signature content-hash-key file-length 45 (define* (construct-request-loc-signature file-length
46 content-hash-key
46 expiration-time 47 expiration-time
47 #:key 48 #:key
48 (purpose %purpose-peer-placement)) 49 (purpose %purpose-peer-placement))