-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
How to reproduce (July 11, spv19, the channel is probably not important):
$ lbrynet claim search --channel=@DistributedBarbecue:3 --fee_amount=0 | grep total_it
"total_items": 4,
$ lbrynet claim search --channel=@DistributedBarbecue:3 | grep total_it
"total_items": 13,
$ lbrynet claim search --channel=@DistributedBarbecue:3 --fee_currency=LBC | grep total_it
"total_items": 0,
$ lbrynet claim search --channel=@DistributedBarbecue:3 --fee_amount=">=0" | grep total_it
"total_items": 4,
$ lbrynet claim search --channel=@DistributedBarbecue:3 --fee_amount="<0" | grep total_it
"total_items": 0,
Looks like reposts are gone? Not sure if only reposts are affected
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels