lbryio / lbry.go

MIT License
29 stars 20 forks source link

remove duplicates from synced channels #40

Closed nikooo777 closed 6 years ago

nikooo777 commented 6 years ago

Some channels, particularly those big ones, have duplicates to to previous bugs in the sync process.

A detection method should be implemented, at least temporarily, in the sync process in order to detect and then correct those channels.

Something along this: https://github.com/nikooo777/lbry-duplicate-claims-fixer

nikooo777 commented 6 years ago

the feature is implemented and detection is live