iexcloud icon indicating copy to clipboard operation
iexcloud copied to clipboard

Fix ambiguous int usage on struct fields

Open xeoncross opened this issue 3 years ago • 0 comments

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).

xeoncross avatar Oct 14 '20 22:10 xeoncross