claim_search --valid_channel_signatures was renamed to --valid_channel_signature
This commit is contained in:
parent
b6f0ada67f
commit
cfbf86e95d
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ export function doFetchClaimsByChannel(uri: string, page: number = 1) {
|
|||
|
||||
Lbry.claim_search({
|
||||
channel: uri,
|
||||
valid_channel_signatures: true,
|
||||
valid_channel_signature: true,
|
||||
page: page || 1,
|
||||
order_by: ['release_time'],
|
||||
}).then((result: ClaimSearchResponse) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue