Skip to content

Commit

Permalink
Change fully_diluted_valuation to double
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipinho committed Feb 9, 2022
1 parent 605534d commit a09f526
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class CoinMarkets {
@JsonProperty("market_cap_rank")
private long marketCapRank;
@JsonProperty("fully_diluted_valuation")
private long fullyDilutedValuation;
private double fullyDilutedValuation;
@JsonProperty("total_volume")
private double totalVolume;
@JsonProperty("high_24h")
Expand Down

0 comments on commit a09f526

Please sign in to comment.