Changed marketPrice to spotPrice.

Using BigDecimal instead of Double.
This commit is contained in:
Erik C. Thauvin 2021-05-26 03:11:55 -07:00
parent 07a7198455
commit f252c1602b
7 changed files with 51 additions and 48 deletions

View file

@ -18,7 +18,7 @@ plugins {
defaultTasks(ApplicationPlugin.TASK_RUN_NAME)
description = "Retrieve cryptocurrencies current market prices."
description = "Retrieve cryptocurrencies current prices."
group = "net.thauvin.erik"
version = "0.9.0-SNAPSHOT"