From f80e1ad0002794a5308991da9bbc976960152df8 Mon Sep 17 00:00:00 2001 From: Vitaliy Vlasov Date: Mon, 26 Feb 2018 16:54:14 +0200 Subject: [PATCH] Use testnet-token-data not on testnet --- src/clj/commiteth/eth/token_data.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/commiteth/eth/token_data.clj b/src/clj/commiteth/eth/token_data.clj index 06703f3..680953c 100644 --- a/src/clj/commiteth/eth/token_data.clj +++ b/src/clj/commiteth/eth/token_data.clj @@ -15,7 +15,7 @@ (defn update-data [] (let [test-data (env :testnet-token-data) token-data - (if (and (env :on-testnet true) + (if (and #_(env :on-testnet true) test-data) test-data (into {}