Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Fix ambiguous int usage on struct fields #72

Open
xeoncross opened this issue Oct 14, 2020 · 0 comments
Open

Fix ambiguous int usage on struct fields #72

xeoncross opened this issue Oct 14, 2020 · 0 comments

Comments

@xeoncross
Copy link
Contributor

Several structs default to int which is either int32 or int64 depending on the architecture. Would be safer to define this as int64 for fields that easily would overflow 4 billion on 32bit systems (like MarketCap).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant