From fb071778dc4139098f90de6fd19ddcd207b478d4 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Wed, 11 Oct 2017 15:14:29 -0400 Subject: [PATCH] fix docstring --- lbrynet/daemon/Daemon.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lbrynet/daemon/Daemon.py b/lbrynet/daemon/Daemon.py index 65e0207a9..9860306fa 100644 --- a/lbrynet/daemon/Daemon.py +++ b/lbrynet/daemon/Daemon.py @@ -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 = {}