-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate allcoin page to coingecko #9
Migrate allcoin page to coingecko #9
Conversation
- The data is still fetched from Coin Cap
pkg/display/allcoin/allCoin.go
Outdated
// Update currency fields | ||
coinHeader[2] = fmt.Sprintf("Price (%s)", currency) | ||
favHeader[1] = fmt.Sprintf("Price (%s)", currency) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the Change header to reflect the percentage duration here. Changing currency is irrelevant here :P
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, that's what happens when you copy paste I guess XD
Fixes #5