hub
hub copied to clipboard
"fee" parameter misbehaving
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