forked from LBRYCommunity/lbry-sdk
Updates signature return field
This commit is contained in:
parent
76409600e1
commit
a10f09d169
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue