fix doc-string for resolve
This commit is contained in:
parent
8786133cd4
commit
e204a3b9a5
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue