fix docstring

This commit is contained in:
Jack Robison 2017-10-11 15:14:29 -04:00
parent 9585b444ab
commit fb071778dc
No known key found for this signature in database
GPG key ID: 284699E7404E3CFF

View file

@ -2675,9 +2675,12 @@ class Daemon(AuthJSONRPCServer):
"node_id": (str) peer node id,
"blobs": (list) blob hashes announced by peer
}
]
},
"contacts": (list) contact node ids,
"blob_hashes": (list) all of the blob hashes stored by peers in the list of buckets
"blob_hashes": (list) all of the blob hashes stored by peers in the list of buckets,
"node_id": (str) the local dht node id
}
"""
result = {}