From 7c660b472ba894bf48fdf5460d75dc547ccde566 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Thu, 12 Sep 2019 12:49:18 +0300 Subject: [PATCH] do not update chart --- apps/block_scout_web/lib/block_scout_web/notifier.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/block_scout_web/lib/block_scout_web/notifier.ex b/apps/block_scout_web/lib/block_scout_web/notifier.ex index 03e46cf38b..7c07c8524e 100644 --- a/apps/block_scout_web/lib/block_scout_web/notifier.ex +++ b/apps/block_scout_web/lib/block_scout_web/notifier.ex @@ -80,7 +80,7 @@ defmodule BlockScoutWeb.Notifier do exchange_rate_with_available_supply = case Application.get_env(:explorer, :supply) do RSK -> - %{exchange_rate | available_supply: RSK.circulating(), market_cap_usd: RSK.market_cap(exchange_rate)} + %{exchange_rate | available_supply: nil, market_cap_usd: RSK.market_cap(exchange_rate)} _ -> exchange_rate