From 3d37f7c735886b0560bd936b793afdb3650fcbb1 Mon Sep 17 00:00:00 2001 From: Oleg Silkin Date: Thu, 30 May 2019 10:53:12 -0400 Subject: [PATCH] Updates signature return field --- lbrynet/extras/daemon/Daemon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lbrynet/extras/daemon/Daemon.py b/lbrynet/extras/daemon/Daemon.py index e9f4ca41d..b0df36149 100644 --- a/lbrynet/extras/daemon/Daemon.py +++ b/lbrynet/extras/daemon/Daemon.py @@ -3364,7 +3364,7 @@ class Daemon(metaclass=JSONRPCServerType): "channel_name": (str) Name of the channel this was posted under, prepended with a '@', "channel_id": (str) The Channel Claim ID that this comment was posted under, "signature": (str) The signature of the comment, - "channel_uri": (str) Channel's URI in the ClaimTrie, + "channel_url": (str) Channel's URI in the ClaimTrie, "parent_id": (str) Comment this is replying to, (None) if this is the root, "timestamp": (int) The time at which comment was entered into the server at, in nanoseconds. }, @@ -3410,7 +3410,7 @@ class Daemon(metaclass=JSONRPCServerType): "channel_name": (str) Name of the channel this was posted under, prepended with a '@', "channel_id": (str) The Channel Claim ID that this comeent was posted under, "signature": (str) The signature of the comment, - "channel_uri": (str) Channel's URI in the ClaimTrie, + "channel_url": (str) Channel's URI in the ClaimTrie, "parent_id": (str) Comment this is replying to, (None) if this is the root, "timestamp": (int) The time at which comment was entered into the server at, in nanoseconds. }