Fix
File: hellnet/protocols/queries [Diff]
-- a/hellnet/protocols/queries++ b/hellnet/protocols/queries
@@ -15,7 +15,7 @@
The one currently defined type is 'hash', which queries for data with hash specified in 'args'.
* 'args' -- query arguments.
A string that contains query arguments (such as data digest for 'hash').
* 'id' -- unique ID of query, is [[/hellnet/crypto/hashing|digest]] [[../crypto/hash|digest]] of string 'type:args:origin'.
* 'origin' -- key ID of query origin.
* 'signature' -- cryptographic (GnuPG?) [[/hellnet/crypto/asymmetric|signature]] of 'id', made with secret key from 'origin'.