Closed vuon9 closed 3 years ago
https://github.com/cointop-sh/cointop/blob/8b8db3bd13c366a9657434af71b61400e6b01ad9/pkg/api/impl/coinmarketcap/coinmarketcap.go#L79-L93
Coinmarketcap data is using v.Name as ID for Coin struct, but it seems wrong due to Coinmarketcap has its ID, and the name is not guaranteed to be unique.
v.Name
Related comments: #275
https://github.com/cointop-sh/cointop/blob/8b8db3bd13c366a9657434af71b61400e6b01ad9/pkg/api/impl/coinmarketcap/coinmarketcap.go#L79-L93
Coinmarketcap data is using
v.Name
as ID for Coin struct, but it seems wrong due to Coinmarketcap has its ID, and the name is not guaranteed to be unique.Related comments: #275