claim_search --valid_channel_signatures was renamed to --valid_channel_signature

This commit is contained in:
Lex Berezhny 2019-06-24 15:42:53 -04:00
parent b6f0ada67f
commit cfbf86e95d

View file

@ -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) => {