From e204a3b9a525c23528381ee7a6fd97f5df0697f0 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Thu, 17 Aug 2017 14:32:28 -0400 Subject: [PATCH] fix doc-string for resolve --- lbrynet/daemon/Daemon.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lbrynet/daemon/Daemon.py b/lbrynet/daemon/Daemon.py index 550acce05..8f790dabb 100644 --- a/lbrynet/daemon/Daemon.py +++ b/lbrynet/daemon/Daemon.py @@ -1392,6 +1392,9 @@ class Daemon(AuthJSONRPCServer): 'value': ClaimDict if decoded, otherwise hex string } + If the uri resolves to a channel: + 'claims_in_channel': (int) number of claims in the channel, + If the uri resolves to a claim: 'claim': { 'address': (str) claim address,