|
@ -25,8 +25,7 @@ class StatisticsService @Inject() ( |
|
|
case Good(count) => Good(Some(count)) |
|
|
case Good(count) => Good(Some(count)) |
|
|
case Bad(_) => Good(None) |
|
|
case Bad(_) => Good(None) |
|
|
}.toFutureOr |
|
|
}.toFutureOr |
|
|
fakedStats = stats.copy(circulatingSupply = Some(70760408.694128), totalSupply = Some(80467288.2090169)) |
|
|
} yield StatisticsDetails(stats, count) |
|
|
} yield StatisticsDetails(fakedStats, count) |
|
|
|
|
|
|
|
|
|
|
|
result.toFuture |
|
|
result.toFuture |
|
|
} |
|
|
} |
|
|