Skip to content

Commit

Permalink
Use double for fully_diluted_valuation
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewCarlson committed Dec 28, 2021
1 parent 83efc96 commit 4b21f0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ data class CoinMarkets(
@SerialName("price_change_percentage_1h_in_currency")
val priceChangePercentage1hInCurrency: Double = 0.0,
@SerialName("fully_diluted_valuation")
val fullyDilutedValuation: Long?,
val fullyDilutedValuation: Double?,
@SerialName("max_supply")
val maxSupply: Double = 0.0,
)

0 comments on commit 4b21f0e

Please sign in to comment.